Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Unify tool configurations under pyproject.toml #696

Open
zwimer opened this issue Nov 6, 2024 · 2 comments
Open

Refactor: Unify tool configurations under pyproject.toml #696

zwimer opened this issue Nov 6, 2024 · 2 comments

Comments

@zwimer
Copy link
Contributor

zwimer commented Nov 6, 2024

Most python tools provide support for putting their configurations in pyproject.toml. For example:

https://github.com/pytest-dev/pytest/blob/main/pyproject.toml

Just search for [tool.. Tools that support pyproject.toml include black, flake8, bandit, pytest, among others. I might be able to make a PR for this later, though I will do so after addressing #694 as it will hit merge conflicts.

@zwimer zwimer changed the title Unify tool configurations under pyproject.toml Refactor: Unify tool configurations under pyproject.toml Nov 6, 2024
@zwimer
Copy link
Contributor Author

zwimer commented Dec 30, 2024

Will address this after #690 as that adds another file (.coveragerc) that might be relocatable to pyproject.toml.

@staticdev
Copy link
Owner

Actually, much of the tooling can be replaced by ruff which is much faster and will have all config in pyproject.toml.

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

No branches or pull requests

2 participants