uncomment flake8

This commit is contained in:
stvnrlly
2022-10-19 16:16:23 +00:00
parent 821efca6f1
commit 65f15b21b0
+1 -1
View File
@@ -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