diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 883d699..db25735 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict name: check for git merge conflicts @@ -19,12 +19,12 @@ repos: - id: check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.32.1 + rev: 0.34.0 hooks: - id: check-github-workflows - repo: https://github.com/sirosen/texthooks - rev: 0.6.8 + rev: 0.7.1 hooks: - id: fix-smartquotes - id: fix-spaces @@ -32,7 +32,7 @@ repos: - id: forbid-bidi-controls - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.14.0 + rev: v2.15.0 hooks: - id: pretty-format-ini args: [--autofix]