Skip to content

Conversation

@weibullguy
Copy link
Member

This PR

  • Moves the tox configuration from pyproject.toml to tox.ini
  • Adds a ruff configuration section to pyproject.toml
  • Replaces the tox env style with a pre-commit env to allow pre-commit to run all the autoformatters and QA tools

Closes #288

* Update style testenv to use pre-commit to run QA tests and autoformatters.
* Add tool.ruff configuration to pyproject.toml.
@weibullguy weibullguy added the chore Boring, but important, stuff label Jul 23, 2025
@weibullguy weibullguy merged commit b944680 into master Jul 23, 2025
7 checks passed
@weibullguy weibullguy deleted the chore/issue_288 branch July 23, 2025 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Boring, but important, stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🧰👌 Use pre-commit instead of tox -e style to run all CQA tools

2 participants