Commit cdc0eb3
Fix black CI failure by pinning target-version and reformatting
Add [tool.black] target-version = ["py310", "py311", "py312"] to
pyproject.toml so black does not default to the latest Python version
(3.14), which cannot be parsed by the Python 3.12 CI runner.
Apply the resulting reformats to test_form.py and test_utility.py.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 72a0094 commit cdc0eb3
3 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments