Companion project for the article series:
- How to start a Python project with Django in 2020
- Set up tests, linters and type checking in Python projects in 2020
pyenv install 3.8.2
After cloning the repo:
poetry install
poetry run pre-commit install
Companion project for the article series:
pyenv install 3.8.2
After cloning the repo:
poetry install
poetry run pre-commit install