Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 396 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 396 Bytes

Style guidelines

Use pre-commit

Pre-commit hooks check your commits for obvious mistakes like invalid syntax in Python or JSON files. Install pre-commit on your machine, then activate the hooks with pre-commit install. The configured hooks will then run before every commit, either fixing the files to be committed or telling you what's wrong.