diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50914378..3db3eb40 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.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: ["--py37-plus"]