mypy static typechecking improvements

This commit is contained in:
Roger Maitland 2023-02-20 18:35:27 -05:00
parent e14379ec21
commit f350222a27
4 changed files with 34 additions and 34 deletions

View file

@ -1,3 +1,5 @@
# Global options:
[mypy]
no_implicit_optional=False
@ -9,3 +11,4 @@ ignore_missing_imports = True
[mypy-vtkmodules.*]
ignore_missing_imports = True