check everything with a Makefile

This commit is contained in:
Yax
2022-11-19 20:40:15 +01:00
parent c6ca525778
commit ceed951796
+13
View File
@@ -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/