Commit bfbe5c7
committed
Set style env to Python 3.14
This change avoids the following warning from black:
Python 3.12 cannot parse code formatted for Python 3.14. To fix this:
run Black with Python 3.14, set --target-version to py312, or use
--fast to skip the safety check. Black's safety check verifies
equivalence by parsing the AST, which fails when the running Python is
older than the target version.1 parent 35a0a9f commit bfbe5c7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments