sintonia/python_apps/pypo/Makefile
2021-09-13 14:43:18 +02:00

11 lines
184 B
Makefile

all: lint
include ../../tools/python.mk
PIP_INSTALL := --editable .[dev]
PYLINT_ARG := liquidsoap pypo
MYPY_ARG := liquidsoap pypo
format: .format
lint: .pylint .mypy
clean: .clean