diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 086c8a7..abb4f6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "21.6b0" + rev: "21.7b0" hooks: - id: black @@ -32,11 +32,11 @@ repos: additional_dependencies: ["types-requests", "types-docutils"] - repo: https://github.com/asottile/pyupgrade - rev: "v2.21.0" + rev: "v2.21.2" hooks: - id: pyupgrade - repo: https://github.com/PyCQA/doc8 - rev: "0.9.0a1" + rev: "0.9.0" hooks: - id: doc8