diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78ea037..24d3c34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,18 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + - id: check-json - id: detect-private-key - id: check-merge-conflict - id: check-case-conflict - - id: check-docstring-first - id: check-builtin-literals - id: check-illegal-windows-names + - id: double-quote-string-fixer + - id: name-tests-test - repo: https://github.com/asottile/setup-cfg-fmt rev: v2.7.0