stacosys/Makefile
2022-11-20 15:57:29 +01:00

14 lines
No EOL
196 B
Makefile

all: test typehint lint black
test:
pytest
typehint:
mypy --ignore-missing-imports stacosys/
lint:
pylint stacosys/
black:
isort --multi-line 3 --profile black stacosys/
black stacosys/