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 · 0 comments
Open

Refactor: Unify tool configurations under pyproject.toml #696

zwimer opened this issue Nov 6, 2024 · 0 comments

Comments

@zwimer
Copy link

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
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

1 participant