diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b8b6188..e2e5d73d 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: [ '--py38-plus' ]