osbuild: add "mypy-strict" check
This commit is contained in:
parent
a56afcb280
commit
d8835150c2
3 changed files with 20 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue