Skip to content

Commit 4f7a94a

Browse files
committed
Update pyupgrade
pyupgrade v3.15.0 and v3.16.0 have a bug with Python 3.14's tokenize module API changes. The v3.21.2 update fixes this.
1 parent 8e80b6d commit 4f7a94a

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
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.16.0
11+
rev: v3.21.2
1212
hooks:
1313
- id: pyupgrade
1414
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)