diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd8b4ceb1..d9464be48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.3.0 hooks: - id: pyupgrade args: ["--py37-plus"]