add tada to makefile

This commit is contained in:
Kenneth Kehl
2025-01-23 13:41:13 -08:00
parent 0d874828e4
commit 49f4129e5b
5 changed files with 24 additions and 21 deletions

View File

@@ -31,6 +31,14 @@ bootstrap-with-docker: ## Build the image to run the app in Docker
run-procfile:
poetry run honcho start -f Procfile.dev
.PHONY: tada
tada:
poetry run isort .
poetry run black .
poetry run flake8 .
.PHONY: avg-complexity
avg-complexity:
echo "*** Shows average complexity in radon of all code ***"