test: require lint to succeed for shared/ and tools/

This commit is contained in:
jo 2022-01-22 17:15:30 +01:00 committed by Kyle Robbertze
parent bed5436a6e
commit 7393db50e0
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ all: lint test
include ../tools/python.mk
PIP_INSTALL = --editable .[dev]
PYLINT_ARG = libretime_shared tests || true
MYPY_ARG = libretime_shared || true
PYLINT_ARG = libretime_shared tests
MYPY_ARG = libretime_shared
PYTEST_ARG = --cov=libretime_shared tests
format: .format

View File

@ -3,8 +3,8 @@ all: lint test
include python.mk
PIP_INSTALL =
PYLINT_ARG = tools || true
MYPY_ARG = . || true
PYLINT_ARG = tools
MYPY_ARG = .
PYTEST_ARG = .
format: .format