sintonia/python_apps/airtime-celery/Makefile

11 lines
166 B
Makefile

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