Python boilerplate A Python boilerplate with isort black flake8 pre-commit commitizen Requirements Python 3.9 Poetry 1.1 Installation git clone https://github.com/murnat98/python-boilerplate.git cd /path/to/project/ poetry install poetry run poe git-hooks Development Test poetry run poe test