added README for pre-commit

This commit is contained in:
Simone Robutti 2021-04-25 11:13:15 +02:00
parent f3bd228510
commit 07bba0f752
2 changed files with 10 additions and 0 deletions

5
README.md Normal file
View File

@ -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/

View File

@ -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/