uncomment flake8

This commit is contained in:
stvnrlly
2022-10-14 00:13:43 +00:00
parent 821efca6f1
commit 65f15b21b0

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