Reorder more consistently
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
all: test typehint lint black
|
||||
all: black test typehint lint
|
||||
|
||||
black:
|
||||
isort --multi-line 3 --profile black stacosys/
|
||||
black stacosys/
|
||||
|
||||
test:
|
||||
pytest
|
||||
@@ -9,6 +13,3 @@ typehint:
|
||||
lint:
|
||||
pylint stacosys/
|
||||
|
||||
black:
|
||||
isort --multi-line 3 --profile black stacosys/
|
||||
black stacosys/
|
||||
Reference in New Issue
Block a user