Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 760 Bytes

File metadata and controls

24 lines (17 loc) · 760 Bytes

Contributing

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-commit hooks

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-files

These pre-commits are applied to all the files except those in folder tmp/ (see .pre-commit-config.yaml)