diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38929788..bc266d0a 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.3 + rev: v1.3.5 hooks: - id: pycln args: ["--all"] @@ -39,7 +39,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: "22.3.0" + rev: "22.6.0" hooks: - id: black - repo: https://github.com/asottile/pyupgrade