diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e81b4ded..e8a8f9a7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.11.0 hooks: - id: pyupgrade args: ["--py37-plus", "--keep-percent-format"]