Commit 5d78683
fix: update pyupgrade to v3.21.2 for Python 3.14 compatibility (#25)
Fixes #24
Updated pyupgrade from v3.15.0 to v3.21.2 to resolve Python 3.14
compatibility issues in linting. The previous version had a bug with
Python 3.14's tokenize module that caused TypeError when processing files.
- Updated .pre-commit-config.yaml
- Added newsfragment for issue #24
- All Python 3.14 lint tests now pass
Co-authored-by: web3-bot <[email protected]>1 parent 297089f commit 5d78683
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments