In order to contibute to this repository you will need developer access to this repo. To know more about the project go to the README first.
Pre-commits hooks have been configured for this project using the pre-commit library:
To get them going on your side, make sure to have python installed, and run the following commands from the root directory of this repository:
pip install pre-commit
pre-commit install
pre-commit run --all-filesThese pre-commits are applied to all the files except those in folder tmp/ (see .pre-commit-config.yaml)