Skip to content
Snippets Groups Projects
Commit 67c8932d authored by q3k's avatar q3k
Browse files

ci: mypy check main.py

parent 05dcf315
No related branches found
No related tags found
1 merge request!35py: grand st3m unification
......@@ -27,7 +27,7 @@ mypy:
MYPYPATH: python_payload/mypystubs
script:
- "set +e +o pipefail"
- "mypy python_payload/main_st4m.py --strict --no-color-output > warnings.txt; result=$?"
- "mypy python_payload/main.py --strict --no-color-output > warnings.txt; result=$?"
- "python3 tools/codequal-report.py mypy warnings.txt > cqual.json"
- "set -e -o pipefail"
- "[ $result == 0 ]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment