diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fa3c87..92e67c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: name-tests-test - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.1 hooks: - id: pyupgrade args: [--py39-plus]