diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1d829209..3a7c0fb74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: exclude: tests/testdata|setup.py types: [python] - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade exclude: tests/testdata