libretime/worker/Makefile

12 lines
192 B
Makefile
Raw Normal View History

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