diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6eb3cc7c..e358a7f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: exclude: ^changelogs/changelog.yaml$ - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.11.0 hooks: - id: pyupgrade args: [--py38-plus]