Making Changes & Contributing ============================= .. _pre-commit: https://pre-commit.com/ This project uses `pre-commit`_, please make sure to install it before making any changes:: pip install pre-commit cd pyltmapi pre-commit install It is a good idea to update the hooks to the latest version:: pre-commit autoupdate Don't forget to tell your contributors to also install and use pre-commit. .. _pyscaffold-notes: Note ==== This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.