Skip to content

neelabalan/pyproject-template

Repository files navigation

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