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

Move pytest, isort and mypy configuration from setup.cfg to pyproject.toml #2773

Closed
pquentin opened this issue Nov 8, 2022 · 1 comment · Fixed by #2785
Closed

Move pytest, isort and mypy configuration from setup.cfg to pyproject.toml #2773

pquentin opened this issue Nov 8, 2022 · 1 comment · Fixed by #2785

Comments

@pquentin
Copy link
Member

pquentin commented Nov 8, 2022

What the title says. Now that we have a pyproject.toml, we should strive to use it as our only configuration file. Annoyingly, flake8 refuses supporting pyproject.toml, but we should still migrate the others.

@hugovk
Copy link
Contributor

hugovk commented Nov 9, 2022

Some useful tools for this:

The validator and formatter have a pre-commits hook in case you want to put them in .pre-commit-config.yaml.

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

Successfully merging a pull request may close this issue.

2 participants