Skip to content

Commit

Permalink
other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 6, 2024
1 parent a209b25 commit 611d03b
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.
@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"
Expand Down

0 comments on commit 611d03b

Please sign in to comment.