Python Project Template Dependencies Dependencies are managed via poetry. Unit Tests Unit tests are run via pytest. pytest Git Hooks The git hooks are managed via pre-commit. Installing the Hooks pre-commit install --install-hooks Building Documentation Documentation is built with pdoc3. pdoc3 --html -o docs template