Hacker News new | ask | show | jobs
by __mharrison__ 978 days ago
Was crossing my fingers this would be for Python projects...
2 comments

Here is my "one true" Makefile for Python projects[1]. The skeleton gets tweaked slightly each time, but it's served me well for 4+ years.

[1]: https://github.com/pypa/pip-audit/blob/main/Makefile

Thanks for sharing
Here's one that you write in Python to configure for your Python! https://www.bitecode.dev/p/doit-the-goodest-python-task-runn...