Di Tidy This project is a formatting/linting utility for various languages Development pip install -e . To run the specific module export PYTHONPATH=src python -m ditidy.[module name] Linting hatch run lint Testing hatch test Releasing python -m build twine upload --repository pypi dist/*