diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc266d0a..815793ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: - id: detect-private-key exclude: ^examples|(?:tests/ssl)/ - repo: https://github.com/hadialqattan/pycln - rev: v1.3.5 + rev: v2.1.1 hooks: - id: pycln args: ["--all"] - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.4.0 hooks: - id: yesqa - repo: https://github.com/pycqa/isort @@ -39,20 +39,20 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: "22.6.0" + rev: "22.10.0" hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: "v2.34.0" + rev: "v3.0.0" hooks: - id: pyupgrade args: ["--py36-plus", "--keep-mock"] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: "v1.6.0" + rev: "v1.7.0" hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "5.0.4" hooks: - id: flake8 exclude: "^docs/" @@ -63,6 +63,6 @@ repos: files: >- ^[^/]+[.]rst$ - repo: https://github.com/adrienverge/yamllint - rev: "v1.26.3" + rev: "v1.28.0" hooks: - id: yamllint