Skip to content

Commit

Permalink
try to correct quality test
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 6, 2024
1 parent adf93f1 commit e5e5a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5e5a6c

Please sign in to comment.