Commit 4a44d7f4 authored by Federico Falconieri's avatar Federico Falconieri
Browse files

chore: adds pre-commit hooks

parent cbc04d43
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,4 +11,6 @@ You don't have to use them, but if you want you can install them this way:
pip3 install poetry
poetry install
poetry run pre-commit install
poetry run pre-commit install --hook-type commit-msg
poetry run pre-commit install --hook-type post-commit
```