Reorder more consistently

This commit is contained in:
Yax 2022-11-20 16:38:58 +01:00
parent add4348b38
commit 2a96f1b368

View file

@ -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/