diff --git a/Makefile b/Makefile index 63afcea..768f475 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. - @python3 mypy --install-types + @python 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"