blob: 597ead97f505b7aeb8ac3ce2fcd538f1210600f5 [file] [log] [blame] [view]
Want to contribute? Great!
## Formatting/linting
We suggest using a pre-commit hook to automate this.
First [install pre-commit](https://pre-commit.com/#installation),
then run
```shell
pre-commit install
pre-commit install --hook-type commit-msg
```
Otherwise the CI will yell at you about formatting/linting violations.