diff --git a/Makefile b/Makefile index 1c2aee9..77cc867 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ install: ## Install the poetry environment and install the pre-commit hooks .PHONY: check check: ## Run code quality tools. - @yes | poetry run mypy --install-types + @poetry run mypy --install-types @echo "🚀 Checking Poetry lock file consistency with 'pyproject.toml': Running poetry lock --check" @poetry lock --check @echo "🚀 Linting code: Running pre-commit"