This commit is contained in:
Adam Hopkins
2021-02-15 14:01:32 +02:00
parent 5377a6eee3
commit 55a5ab4be1
7 changed files with 14 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ ifdef include_tests
isort -rc sanic tests
else
$(info Sorting Imports)
isort -rc sanic tests
isort -rc sanic tests --profile=black
endif
endif
@@ -71,7 +71,7 @@ black:
black --config ./.black.toml sanic tests
fix-import: black
isort sanic tests
isort sanic tests --profile=black
docs-clean: