Use shared python makefile and start linting
Always update setuptools/wheel/pip Never fail while linting We use github annotations to impove the code incrementally.
This commit is contained in:
parent
0d88d17f7c
commit
ceb40ee216
7 changed files with 81 additions and 46 deletions
9
python_apps/pypo/Makefile
Normal file
9
python_apps/pypo/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: lint
|
||||
|
||||
include ../../tools/python.mk
|
||||
|
||||
PIP_INSTALL := --editable .[dev]
|
||||
PYLINT_ARG := liquidsoap pypo
|
||||
|
||||
lint: .pylint
|
||||
clean: .clean
|
Loading…
Add table
Add a link
Reference in a new issue