Fix mypy checks

This commit is contained in:
2024-11-28 21:52:57 +01:00
parent 15d2928771
commit b85f50ea4c
2 changed files with 19 additions and 15 deletions

View File

@@ -86,6 +86,7 @@
dontConfigure = true;
dontInstall = true;
buildPhase = ''
mypy --version
mkdir $out
mypy --strict huecli --junit-xml $out/junit.xml
'';