Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 299 Bytes

File metadata and controls

11 lines (10 loc) · 299 Bytes

minimal-python-project-boilerplate

Boilerplate for minimal python project using poetry, pre-commit, black, isort, flake8, nox

Setup

$ pip install poetry pre-commit black isort flake8 nox
$ pre-commit install
$ docker-compose build
$ docker-compose run --rm py_app
This is boilerplate!