test: allow to set python linters to fail per app
This commit is contained in:
parent
b9502bc203
commit
7988b7467b
8 changed files with 16 additions and 16 deletions
|
@ -3,11 +3,11 @@ all: lint test
|
|||
include ../tools/python.mk
|
||||
|
||||
PIP_INSTALL = --editable .[dev]
|
||||
PYLINT_ARG = libretime_shared tests
|
||||
PYLINT_ARG = libretime_shared tests || true
|
||||
MYPY_ARG = --disallow-untyped-calls \
|
||||
--disallow-untyped-defs \
|
||||
--disallow-incomplete-defs \
|
||||
libretime_shared
|
||||
libretime_shared || true
|
||||
PYTEST_ARG = --cov=libretime_shared tests
|
||||
|
||||
format: .format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue