Update pyupgrade pre-commit hook to v3.17.0 (#5258)

Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-07-31 15:13:42 +01:00 committed by GitHub
parent 3cca3c0bbe
commit 0d9ffe5d7a
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.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py312-plus]