osbuild: add "mypy-strict" check

This commit is contained in:
Michael Vogt 2023-11-27 22:07:06 +01:00 committed by Simon de Vlieger
parent a56afcb280
commit d8835150c2
3 changed files with 20 additions and 7 deletions

View file

@ -248,7 +248,7 @@ test-all:
.PHONY: lint
lint:
tox run-parallel -e ruff,pylint,autopep8,isort,mypy
tox run-parallel -e ruff,pylint,autopep8,isort,mypy,mypy-strict
#
# Building packages