check everything with a Makefile
This commit is contained in:
parent
c6ca525778
commit
ceed951796
1 changed files with 13 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal 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/
|
Loading…
Add table
Reference in a new issue