diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99123f01c..f8a91ca62 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.9.0 + rev: v2.10.0 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/isort @@ -36,7 +36,7 @@ repos: - black==20.8b1 language_version: python3.8 - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.7.0 + rev: v1.7.1 hooks: - id: rst-backticks - repo: https://github.com/asottile/setup-cfg-fmt