Skip to content

Fix black CI failure by pinning target-version and reformatting#27

Merged
pvernier merged 1 commit intomainfrom
add-tests
Mar 26, 2026
Merged

Fix black CI failure by pinning target-version and reformatting#27
pvernier merged 1 commit intomainfrom
add-tests

Conversation

@pvernier
Copy link
Copy Markdown
Owner

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.

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 <[email protected]>
@pvernier pvernier merged commit 9de9d4c into main Mar 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant