We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
pyproject.toml
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
pytest.ini
setup.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 perhapssetup.py
and version info, and replace it with more modernpyproject.toml
The text was updated successfully, but these errors were encountered: