Skip to content

Commit 58b4053

Browse files
committed
COMP: Bump pyupgrade v3.19.0 to v3.21.2 for Python 3.14 compatibility
1 parent 4c44a9f commit 58b4053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repos:
7878
args: ['--target-version', 'py310' ] # Allow black to fail and provide auto-formatting to files that need it for compliance
7979
exclude: ".*build.*|\\/ThirdParty\\/|\\/Data\\/"
8080
- repo: https://github.com/asottile/pyupgrade
81-
rev: v3.19.0
81+
rev: v3.21.2
8282
hooks:
8383
- id: pyupgrade
8484
exclude: ".*build.*|\\/ThirdParty\\/|\\/Data\\/"

0 commit comments

Comments
 (0)