sintonia/playout/Makefile
2021-10-17 08:02:47 +00:00

11 lines
179 B
Makefile

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