Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 692 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 692 Bytes

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