Skip to content

Commit

Permalink
Install pre-commit hooks in setup Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Sep 23, 2024
1 parent 0704b25 commit 92a8410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ venv:

# Setup the active virtual environment for development.
setup:
pre-commit install
cargo install --force cargo-watch
cargo install --force cargo-run-script
pip install -e .[test]
Expand Down

0 comments on commit 92a8410

Please sign in to comment.