check everything with a Makefile

pull/8/head
Yax 2 years ago
parent c6ca525778
commit ceed951796

@ -0,0 +1,13 @@
all: test typehint lint black
test:
pytest
typehint:
mypy --ignore-missing-imports stacosys/
lint:
pylint stacosys/
black:
black -l 79 stacosys/
Loading…
Cancel
Save