mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-23 01:20:01 -04:00
Fixed merge conflicts
This commit is contained in:
8
Makefile
8
Makefile
@@ -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 ***"
|
||||
|
||||
Reference in New Issue
Block a user