Skip to content

Commit

Permalink
fix pre-commit install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Zacchigna committed Apr 18, 2024
1 parent 1065a8f commit 665c685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init:
pip install -r requirements.txt
devel:
pip install -r requirements_dev.txt
pre-commit install --hook-type pre-commit --hook-type pre-push --install-hooks -t post-checkout -t post-merge
pre-commit install --hook-type pre-push --install-hooks -t post-checkout -t post-merge
curl -sSL https://install.python-poetry.org | python3 -
pip install poetry-plugin-export
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ OR
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install -e .
pre-commit install --hook-type pre-commit --hook-type pre-push --install-hooks -t post-checkout -t post-merge
pre-commit install --hook-type pre-push --install-hooks -t post-checkout -t post-merge
curl -sSL https://install.python-poetry.org | python3 -
pip install poetry-plugin-export
```
Expand Down

0 comments on commit 665c685

Please sign in to comment.