diff options
Diffstat (limited to 'mypy.ini')
| -rw-r--r-- | mypy.ini | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -21,13 +21,6 @@ check_untyped_defs = True disallow_incomplete_defs = True disallow_untyped_defs = True -# This part of the code will need some work before it'll start passing. -[mypy-lib.tartan.*] -ignore_errors = True - -[mypy-lib.sew_stack.*] -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 |
