diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cb9bb9..0084a92 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.4.0 + rev: v3.6.0 hooks: - id: pyupgrade args: [--py39-plus]