diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc266d0a..3f57c97c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: detect-private-key exclude: ^examples|(?:tests/ssl)/ - repo: https://github.com/hadialqattan/pycln - rev: v1.3.5 + rev: v2.0.3 hooks: - id: pycln args: ["--all"] @@ -43,7 +43,7 @@ repos: hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: "v2.34.0" + rev: "v2.37.1" hooks: - id: pyupgrade args: ["--py36-plus", "--keep-mock"] @@ -63,6 +63,6 @@ repos: files: >- ^[^/]+[.]rst$ - repo: https://github.com/adrienverge/yamllint - rev: "v1.26.3" + rev: "v1.27.1" hooks: - id: yamllint