diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6ba8661..51d17602 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: prettier exclude: ^README\.md$ - repo: https://github.com/PyCQA/pylint - rev: v2.15.10 + rev: v2.16.0b0 hooks: - id: pylint files: ^(nbqa|tests)/ @@ -74,7 +74,7 @@ repos: hooks: - id: darglint - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: rst-backticks - id: rst-directive-colons