Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 260 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 260 Bytes

CONTRIBUTING

This project uses pre-commit to check files.

Please run the following to enable git pre-commit hooks.:

pre-commit install

You can also use the following to run hooks on all existing files:

pre-commit run --all-files