Boilerplate for minimal python project using poetry, pre-commit, black, isort, flake8, nox
$ pip install poetry pre-commit black isort flake8 nox
$ pre-commit install
$ docker-compose build
$ docker-compose run --rm py_app
This is boilerplate!
📜 Boilerplate for minimal python project using poetry, pre-commit, black, isort, flake8, nox
Python