diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4162e95..3dcd163b 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.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py38-plus]