Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Sunday, 5 November 2023
Show HN: Jeeves – A Pythonic Alternative to GNU Make https://bit.ly/49hwNZr
Show HN: Jeeves – A Pythonic Alternative to GNU Make Write a Python file named `jeeves.py` in your project directory with contents: import sh def lint(): """Lint your Python project.""" sh.mypy() This, together with pip install jeeves-shell[all] makes it possible to do j lint …which will run mypy for you, and, via the omnipotent `j` command, open ways for • Automation of routine tasks, • Standardization of your projects, • Implementation of best practices, • And more :) Github: https://bit.ly/40r5dor https://bit.ly/3FNJM7m November 6, 2023 at 01:04AM
Labels:
Hacker News
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment