diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1e5aae8..3d5d23ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: "migrations" repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.13.0 hooks: - id: pyupgrade args: ["--py37-plus"]