diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83b6c6f0..fd38bfc6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: # Automatically upgrade syntax for newer versions of the language. - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py38-plus]