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

Consolidate configuration definitions to pyproject.toml for modern python experience #8

Open
asears opened this issue Oct 15, 2023 · 0 comments

Comments

@asears
Copy link

asears commented Oct 15, 2023

The pyproject.toml file can be used as the default configuration for tools such as pytest, flake8, ruff, mypy, sphinx, black, isort and build tooling.

https://docs.pytest.org/en/stable/reference/customize.html

https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html

https://setuptools.pypa.io/en/latest/userguide/entry_point.html

https://github.com/cjolowicz/cookiecutter-hypermodern-python/

This would remove pytest.ini and perhaps setup.py and version info, and replace it with more modern 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

1 participant