Reorder more consistently

pull/8/head
Yax 2 years ago
parent add4348b38
commit 2a96f1b368

@ -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…
Cancel
Save