Coding style in this repository is checked by means of pre-commit, and a selection of useful tools. Before committing your changes, please install pre-commit
python3 -m pip install pre-commitand install the git hooks with
pre-commit installChanges are then checked against the coding style toolchain upon committing.
You may also run pre-commit on all files in the repository with
pre-commit run --all-filesbefore committing.