From e5e5a6c60176aec78c03262a2de90f359fc01d67 Mon Sep 17 00:00:00 2001 From: edouardbruelhart Date: Sat, 6 Apr 2024 15:58:14 +0200 Subject: [PATCH] try to correct quality test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6d07971..50f91dc 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ install: ## Install the poetry environment and install the pre-commit hooks .PHONY: check check: ## Run code quality tools. + @python3 -m pip install types-requests @echo "🚀 Checking Poetry lock file consistency with 'pyproject.toml': Running poetry lock --check" @poetry lock --check @echo "🚀 Linting code: Running pre-commit"