diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd6e5952..a87dd600 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py39-plus]