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

CI: Run mypy with --disallow-untyped-calls

This way we're even stricter with missing types. Let's activate it so we
don't regress.
parent bfa51fb4
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ fi
set -x
mypy mrhlpr.py mrtest.py --check-untyped-defs
mypy mrhlpr.py mrtest.py --check-untyped-defs --disallow-untyped-calls
\ No newline at end of file
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