/pyproject-template

template for creating python project

Primary LanguagePythonMIT LicenseMIT

poetry-template

Dev Instructions

Run poetry install to install the env.

Run poetry run pre-commit install to initialize the git hooks.

Run poetry run pre-commit run --all-files if there are file that were committed before adding the git hooks.

Activate the shell with: poetry shell