From 65f15b21b06a9fdff58316a8220b585e2bdf8e2d Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Fri, 14 Oct 2022 00:13:43 +0000 Subject: [PATCH] uncomment flake8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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