Skip to content
Snippets Groups Projects
Verified Commit c889a3cf authored by Newbyte's avatar Newbyte :snowflake:
Browse files

CI: Add --check-untyped-defs to mypy check

This should reduce the risk of changes being missed in refactors like
the one discovered by Zach DeCook which was fixed in
7fce8005.
parent 379b5bb0
No related branches found
No related tags found
1 merge request!41Various typing fixes
Pipeline #185137 passed
......@@ -10,4 +10,4 @@ fi
set -x
mypy mrhlpr.py mrtest.py
mypy mrhlpr.py mrtest.py --check-untyped-defs
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