Version: 0.23.0

Pre-commit hooks

You should consider initializing the pre-commit hooks. The installed git pre-commit hooks run flake8 and black among other things when committing changes to the git repository. Install them with

pre-commit install

You can run them on all files with::

pre-commit run -a