Fixed merge conflicts

This commit is contained in:
alexjanousekGSA
2025-02-04 11:38:08 -05:00
28 changed files with 649 additions and 255 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 ***"