diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a905736..621e9fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: files: ^(model_utils|tests)/ - repo: https://github.com/asottile/pyupgrade - rev: v3.0.0 + rev: v3.1.0 hooks: - id: pyupgrade args: [--py37-plus]