leylines/leylines-bootstrap/Makefile

10 lines
122 B
Makefile
Raw Normal View History

2021-06-14 09:38:51 +00:00
.PHONY: check install
check:
@mypy . || true
@flake8 . || true
@pyflakes . || true
install:
pip install --user -e .