mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
mypy static typechecking improvements
This commit is contained in:
parent
e14379ec21
commit
f350222a27
4 changed files with 34 additions and 34 deletions
3
mypy.ini
3
mypy.ini
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue