2021-09-13 14:43:18 +02:00

12 lines
182 B
Makefile

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