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 python.mk
PIP_INSTALL =
PYLINT_ARG = tools || true
MYPY_ARG = . || true
PYLINT_ARG = tools
MYPY_ARG = .
PYTEST_ARG = .
format: .format