2021-09-10 13:46:47 +02:00
|
|
|
all: lint
|
|
|
|
|
|
|
|
include ../../tools/python.mk
|
|
|
|
|
2021-09-13 14:44:32 +02:00
|
|
|
PIP_INSTALL := --editable .
|
2021-09-10 13:46:47 +02:00
|
|
|
PYLINT_ARG := airtime-celery
|
2021-09-10 14:41:51 +02:00
|
|
|
MYPY_ARG := airtime-celery
|
2021-09-10 13:46:47 +02:00
|
|
|
|
2021-09-13 14:43:18 +02:00
|
|
|
format: .format
|
2021-09-10 14:41:51 +02:00
|
|
|
lint: .pylint .mypy
|
2021-09-10 13:46:47 +02:00
|
|
|
clean: .clean
|