diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c21e0241..62d8a3f2 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.11.1 + rev: v3.12.0 hooks: - id: pyupgrade args: [--py38-plus]