diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96df2f9a..6908ef0e 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.8.0 + rev: v3.9.0 hooks: - id: pyupgrade args: ["--py37-plus"]