From 3f993991c7d7b15fc6a33686351896ceb96cc97b Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Wed, 30 Aug 2023 15:20:10 -0400 Subject: [PATCH] Update src/scicookie/{{cookiecutter.project_slug}}/Makefile Co-authored-by: Saransh Chopra --- src/scicookie/{{cookiecutter.project_slug}}/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scicookie/{{cookiecutter.project_slug}}/Makefile b/src/scicookie/{{cookiecutter.project_slug}}/Makefile index ce510244..34d63b4e 100644 --- a/src/scicookie/{{cookiecutter.project_slug}}/Makefile +++ b/src/scicookie/{{cookiecutter.project_slug}}/Makefile @@ -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