Commit 15eea06
committed
fix: set ruff target-version to py39 (minimum supported version)
With target-version py314, ruff format applies PEP 758 (parentheses-free
except clauses), which is invalid syntax on Python < 3.14. Since the
project supports Python 3.9+, the target must match the minimum version
to prevent incompatible syntax in formatted code.1 parent f009179 commit 15eea06
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments