mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Merge pull request #3255 from alphagov/fix-import-make-command
Add a command to fix import order
This commit is contained in:
@@ -96,6 +96,10 @@ upload-static:
|
|||||||
test: ## Run tests
|
test: ## Run tests
|
||||||
./scripts/run_tests.sh
|
./scripts/run_tests.sh
|
||||||
|
|
||||||
|
.PHONY: fix-imports
|
||||||
|
fix-imports:
|
||||||
|
isort -rc ./app ./tests
|
||||||
|
|
||||||
.PHONY: freeze-requirements
|
.PHONY: freeze-requirements
|
||||||
freeze-requirements:
|
freeze-requirements:
|
||||||
rm -rf venv-freeze
|
rm -rf venv-freeze
|
||||||
|
|||||||
Reference in New Issue
Block a user