Skip to content
Snippets Groups Projects

mrhlpr, mrtest: Add lots of type hints and fix type errors + CI: Run mypy with --disallow-untyped-calls

Merged Newbyte requested to merge newbyte/disallow-untyped-calls into master
All threads resolved!
13 files
+ 40
31
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 1
1
@@ -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
Loading