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,8 +3,8 @@ all: lint test
|
|||
include python.mk
|
||||
|
||||
PIP_INSTALL =
|
||||
PYLINT_ARG = tools
|
||||
MYPY_ARG = .
|
||||
PYLINT_ARG = tools || true
|
||||
MYPY_ARG = . || true
|
||||
PYTEST_ARG = .
|
||||
|
||||
format: .format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue