libretime/worker/Makefile

12 lines
188 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 := airtime-celery
2021-09-10 14:41:51 +02:00
MYPY_ARG := airtime-celery
2021-09-13 14:43:18 +02:00
format: .format
lint: .format-check .pylint .mypy
clean: .clean