diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50e9204..b6c44d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,6 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install tox tox-gh-actions - python3 -m pip install types-requests - name: Test with tox run: tox diff --git a/Makefile b/Makefile index 6d07971..83371fd 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. + @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"