Just curious: what do you use make for in python projects?
If not makefile then what do you use for a project that has Python for backend and JavaScript for frontend? Does everyone learns all the tools or do you just provide a 'make lint' that works in all codebases?
Do what I can do in npm scripts
Not the parent, but I use it for projects (including Python projects) to run tests, code generation etc. when I can’t use mise.