diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2025-08-21 16:10:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-21 16:10:48 -0400 |
| commit | e9bcdc910a2101c0da2fa379da36e1d1be2fe3f2 (patch) | |
| tree | 0e47774b5648ff14cf3b67495ea4f361371031a5 /mypy.ini | |
| parent | a71ec6e4599e28dfac45d2df3575976dffbb25d6 (diff) | |
fix type errors (#3928)
* fix type checking error in overriding path propery
* fix type hints in sew stack
* enable type checking for tartan
* ignore type warnings for dynamic wx module attributes
* fix tartan type errors
* fix circular import
* add type-check and test targets
* use Optional instead
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 |
