revert Makefile changes

This commit is contained in:
Kenneth Kehl
2024-08-08 11:22:08 -07:00
parent b6dd9967ed
commit f3cab5a6cc

View File

@@ -61,7 +61,7 @@ py-lint: ## Run python linting scanners and black
poetry self add poetry-dotenv-plugin
poetry run black .
poetry run flake8 .
poetry run isort ./app ./tests
poetry run isort --check-only ./app ./tests
.PHONY: avg-complexity
avg-complexity: