diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2e5d73d..8817cf68 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.11.0 + rev: v3.13.0 hooks: - id: pyupgrade args: [ '--py38-plus' ]