the_project 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 Dependencies pyenv Poetry nox Setup pyenv install 3.8.2 After cloning the repo: poetry install poetry run pre-commit install