Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 234 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 234 Bytes

Contributing

Developing

Please install the pre-commit to enforce the code conventions and alignment.

pip install pre-commit

Install the required pre-commit hooks.

pre-commit install -t commit-msg