Bump pyupgrade to v3.21.2 for Python 3.14 compatibility (#14699)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jonathan Swoboda
2026-03-11 14:22:48 -04:00
committed by GitHub
parent b27165a842
commit 03c0ce704b
+1 -1
View File
@@ -37,7 +37,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.2
hooks:
- id: pyupgrade
args: [--py311-plus]