python-dev-template

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:

Usage

To get started using this template, create a poetry virtual environment and install pre-commit hooks:

> poetry install && pre-commit install