diff --git a/Makefile b/Makefile index 540d5b7..d29b571 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ lint: ## Check formatting issues @black . --check && ruff . format: ## Fix formatting issues (where possible) - @black . && ruff . --fix + @black . && ruff . --fix --show-fixes test: ## Run tests @py.test