stacosys/Makefile
2022-11-19 20:40:15 +01:00

13 lines
No EOL
154 B
Makefile

all: test typehint lint black
test:
pytest
typehint:
mypy --ignore-missing-imports stacosys/
lint:
pylint stacosys/
black:
black -l 79 stacosys/