To create a development environment and install the development dependencies, run :
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip setuptools
pip install '.[dev]'
pre-commit install --install-hooks
Then you can make your changes, and commit them with
git commit # Pre-commit hooks should be run, checking your code
Every commit is checked with pre-commit hooks for :