Skip to content

Commit

Permalink
abandon
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 6, 2024
1 parent 5ff8f28 commit 558de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 558de0f

Please sign in to comment.