sintonia/python_apps/airtime-celery/Makefile

10 lines
133 B
Makefile
Raw Normal View History

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