added README for pre-commit
This commit is contained in:
parent
f3bd228510
commit
07bba0f752
|
@ -0,0 +1,5 @@
|
|||
## Develop
|
||||
|
||||
To run pre-commit hooks run `pre-commit install` after cloning the repository.
|
||||
|
||||
Make sure to have `pre-commit` installed in your active python environment. To install: `pip install pre-commit`. For more info: https://pre-commit.com/
|
|
@ -0,0 +1,5 @@
|
|||
## Develop
|
||||
|
||||
To run pre-commit hooks run `pre-commit install` after cloning the repository.
|
||||
|
||||
Make sure to have `pre-commit` installed in your active python environment. To install: `pip install pre-commit`. For more info: https://pre-commit.com/
|
Loading…
Reference in New Issue