Template Repo for Python Projects
A new repo can be initialised from this template
You should then customise the following files for your project:
README.md
pyproject.toml
Dependencies can be installed with poetry by running
poetry install
Pre commit hooks can be installed by running
pre-commit install
Pre-commit checks can then be run using
task lint
Tests can be run with
task test