Move python_apps/airtime-celery/ to worker/
This commit is contained in:
parent
08f13d850c
commit
58e275147f
7 changed files with 0 additions and 0 deletions
11
worker/Makefile
Normal file
11
worker/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
all: lint
|
||||
|
||||
include ../../tools/python.mk
|
||||
|
||||
PIP_INSTALL := --editable .
|
||||
PYLINT_ARG := airtime-celery
|
||||
MYPY_ARG := airtime-celery
|
||||
|
||||
format: .format
|
||||
lint: .pylint .mypy
|
||||
clean: .clean
|
Loading…
Add table
Add a link
Reference in a new issue