Show HN: Jeeves – A Pythonic Alternative to GNU Make https://ift.tt/XJwn9FC

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://ift.tt/BrV5c6Y https://jeeves.sh November 6, 2023 at 03:04AM

Post a Comment

0 Comments