Reorder more consistently
This commit is contained in:
parent
add4348b38
commit
2a96f1b368
1 changed files with 5 additions and 4 deletions
9
Makefile
9
Makefile
|
@ -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:
|
test:
|
||||||
pytest
|
pytest
|
||||||
|
@ -9,6 +13,3 @@ typehint:
|
||||||
lint:
|
lint:
|
||||||
pylint stacosys/
|
pylint stacosys/
|
||||||
|
|
||||||
black:
|
|
||||||
isort --multi-line 3 --profile black stacosys/
|
|
||||||
black stacosys/
|
|
Loading…
Add table
Reference in a new issue