diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0084a92..b4d65e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.6.0 + rev: v3.7.0 hooks: - id: pyupgrade args: [--py39-plus]