This is a simple template repository that serves as a "quick start" for Python projects.
It includes configurations for poetry
and a few development dependencies to be used as pre-commit
hooks:
To get started using this template, create a poetry
virtual environment and install pre-commit
hooks:
> poetry install && pre-commit install