diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd6046362..bcd8959c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: debug-statements - id: end-of-file-fixer - repo: https://github.com/asottile/pyupgrade - rev: v2.25.0 + rev: v2.29.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -19,7 +19,7 @@ repos: hooks: - id: reorder-python-imports - repo: https://github.com/psf/black - rev: 21.8b0 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -28,7 +28,7 @@ repos: - id: blacken-docs additional_dependencies: [black] - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 additional_dependencies: [ @@ -47,7 +47,7 @@ repos: Pygments, ] - repo: https://github.com/PyCQA/doc8 - rev: 0.9.0 + rev: 0.10.1 hooks: - id: doc8 # - repo: https://github.com/codespell-project/codespell