diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70341e6d1..99123f01c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v2.9.0 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/isort @@ -29,7 +29,7 @@ repos: - --safe language_version: python3.8 - repo: https://github.com/asottile/blacken-docs - rev: v1.9.1 + rev: v1.9.2 hooks: - id: blacken-docs additional_dependencies: