diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9b396715664a..717334bfe1299 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: name: isort (cython) types: [cython] - repo: https://github.com/asottile/pyupgrade - rev: v2.7.3 + rev: v2.7.4 hooks: - id: pyupgrade args: [--py37-plus]