Skip to content

Commit

Permalink
Remove pre-commit install step
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed Nov 16, 2024
1 parent 05572d1 commit 4c30075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ setup: require .setup_complete ## Set up the local development environment

.setup_complete: poetry.lock ## Internal helper to run the setup.
poetry install
poetry run pre-commit install
touch .setup_complete

.PHONY: fix
Expand Down

0 comments on commit 4c30075

Please sign in to comment.