diff --git a/Makefile b/Makefile index 701ae3380..97ef2b5d6 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ generate-version-file: ## Generates the app version file .PHONY: test test: ## Run tests - # flake8 . + flake8 . isort --check-only ./app ./tests pytest -n4 --maxfail=10