test: require lint to succeed for shared/ and tools/
This commit is contained in:
parent
bed5436a6e
commit
7393db50e0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue