update dev guide further

This commit is contained in:
Sid 2021-07-05 22:01:16 +00:00
parent 6680d199e6
commit 87214c8a0c
1 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,18 @@ can also do stuff like running it with
There's some githooks setup to auto format it with black. that is the style.
Think you might also have to setup the githooks yourself on your end if you care
use the
```pre-commit run --all-files```
and
```pre-commit install```
commands to do it
## Todo