diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad16c7f50..d64d6bb68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # Python hooks - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py36-plus]