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

Use pyproject.toml to manage all configurations #355

Open
elmq0022 opened this issue Feb 11, 2021 · 0 comments
Open

Use pyproject.toml to manage all configurations #355

elmq0022 opened this issue Feb 11, 2021 · 0 comments

Comments

@elmq0022
Copy link
Contributor

Move the configurations to the pyproject.toml for all tools that support it. This would put all our development tool settings into a single location.

A list of tools that support pyproject.toml can be found at awesome pyproject.toml

We use isort, pylint, and pytest. We also have a single setup.cfg with settings for flake8 and coverage. I'm not sure if these are in use or should be moved at this time.

This change could be done in a single or multiple pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant