diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 731f5d826..d9eba0b31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v2.10.0 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/isort @@ -25,12 +25,12 @@ repos: - id: black args: [--safe] - repo: https://github.com/asottile/blacken-docs - rev: v1.9.1 + rev: v1.9.2 hooks: - id: blacken-docs additional_dependencies: [black==20.8b1] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.7.0 + rev: v1.7.1 hooks: - id: rst-backticks - repo: https://github.com/tox-dev/tox-ini-fmt