diff options
Diffstat (limited to 'mypy.ini')
| -rw-r--r-- | mypy.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ disallow_untyped_defs = True [mypy-lib.tartan.*] ignore_errors = True +[mypy-tests.*] +# The tests should be typechecked because they're all new code, and because they're tests we don't really care if they have perfect annotations. +check_untyped_defs = True + # These libraries are missing type information [mypy-colormath2.*] ignore_missing_imports = True |
