libretime/playout/Makefile

12 lines
190 B
Makefile
Raw Normal View History

all: lint
2021-10-17 02:57:09 +02:00
include ../tools/python.mk
2021-09-13 14:44:32 +02:00
PIP_INSTALL := --editable .
PYLINT_ARG := liquidsoap pypo
2021-09-10 14:41:51 +02:00
MYPY_ARG := liquidsoap pypo
2021-09-13 14:43:18 +02:00
format: .format
lint: .format-check .pylint .mypy
clean: .clean