Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 762 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 762 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, first install pre-commit:

pip install pre-commit

Then run the following commands from the root directory of this repository:

pre-commit install
pre-commit run --all-files

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