Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Aug 18, 2023
1 parent 4b06132 commit f7f89d3
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 @@ -19,6 +19,7 @@ kernel: install ## Create a kernel for jupyter lab
.PHONY: fmt
fmt: ## Run autoformatting and linting
@poetry run pip install pre-commit
@poetry run pre-commit install
@poetry run pre-commit run --all-files

.PHONY: test
Expand Down

0 comments on commit f7f89d3

Please sign in to comment.