diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1d88d7..38041cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.11.0 hooks: - id: pyupgrade args: [--py38-plus]