Auto-update pyupgrade pre-commit hook (#5593)

This commit is contained in:
github-actions[bot] 2024-12-17 08:39:08 +00:00 committed by GitHub
parent c17fef651f
commit 8245b0c147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ repos:
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py312-plus]