Added pre-commit
to requirements.txt
so run pip3 install -r requirements.txt
to install before continuing below.
The run this on the command-line to install the pre-commit hooks:
pre-commit install
Pre-commit docs here
This will now run git pre-commit hooks.
To run pre-commit hooks at any time:
pre-commit run --all-files