allenai / python-package-template

A template repo for Python packages
Apache License 2.0
395 stars 67 forks source link

chore: move configurations to `pyproject.toml` #96

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 1 year ago

This PR aims to minimize the number of configuration files for the project. Instead of a separate pytest.ini and mypy.ini, we now would have all the configurations within the pyproject.toml file leading to a overall minimal code structure.

Before submitting

SauravMaheshkar commented 1 year ago

More than happy to make upstream PRs to all the other packages within the allenai organization that were created using this template.

SauravMaheshkar commented 1 year ago

This is great! Thank you @SauravMaheshkar!

Feel free to make PRs in other repos if you have time. You can ping me for a review.

Yeah I'll make follow up PRs to other repositories.