Skip to content

Commit

Permalink
Update src/scicookie/{{cookiecutter.project_slug}}/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Saransh Chopra <saransh0701@gmail.com>
  • Loading branch information
xmnlab and Saransh-cpp authored Aug 30, 2023
1 parent 886e1cd commit 3f99399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scicookie/{{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ clean: ## remove build artifacts, compiled files, and cache
.PHONY:lint
lint:
pre-commit install
pre-commit run --all-files
pre-commit run --all-files --verbose

.PHONY: test
test: ## run tests quickly with the default Python
Expand Down

0 comments on commit 3f99399

Please sign in to comment.