Skip to content

Conversation

@lfarv
Copy link
Contributor

@lfarv lfarv commented Jan 21, 2026

This PR adds a printout of the scipy version in the output of pytest: the will ease the tracking of sudden test failures as it recently happened.

It also adds a configuration of the ruff formatter/linter in pyproject.toml. ruff is equivalent to black as a formatter (with ruff format file.py), but also suggest code improvements or simplifications (with ruff check file.py). Its use is recommended as its suggestions are usually valuable (but not mandatory!)

@lfarv lfarv added the Python For python AT code label Jan 21, 2026
@lfarv lfarv changed the title Report script version in tests, add ruff configuration Report scipy version in tests, add ruff configuration Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Python For python AT code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants