diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb4f73c542..5839eba80d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^community/minutes/|^misc/|^scripts/|^static/|^vote-results/|^CNAME$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -15,7 +15,7 @@ repos: - id: prettier types_or: [markdown, mdx, json, yaml, css, javascript] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.6.9 hooks: - id: ruff-format ci: