test: allow to set python linters to fail per app

This commit is contained in:
jo 2022-01-22 16:53:36 +01:00 committed by Kyle Robbertze
parent b9502bc203
commit 7988b7467b
8 changed files with 16 additions and 16 deletions

View file

@ -3,8 +3,8 @@ all: lint
include ../tools/python.mk
PIP_INSTALL := --editable .[dev]
PYLINT_ARG := libretime_api
MYPY_ARG := libretime_api
PYLINT_ARG := libretime_api || true
MYPY_ARG := libretime_api || true
format: .format
lint: .format-check .pylint .mypy