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 :)