delph-in / pydelphin

Python libraries for DELPH-IN
https://pydelphin.readthedocs.io/
MIT License
77 stars 27 forks source link

Update build and test tooling #374

Closed goodmami closed 8 months ago

goodmami commented 8 months ago

Try using a more modern build and testing setup. An option I've been happy with in another project is Hatch with Ruff for linting. This setup would also make installation extras like tests and docs even less necessary.

(edit: switch to Ruff with a separate issue and PR)