diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2dfe235a..acd296d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.11.0 hooks: - id: pyupgrade args: [ '--py39-plus' ]