mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
add trianglesolver to mypy.ini and don't redefine input variables, create new ones to keep mypy happy
This commit is contained in:
parent
16c685f689
commit
d05b98aff7
2 changed files with 13 additions and 10 deletions
3
mypy.ini
3
mypy.ini
|
|
@ -23,5 +23,8 @@ ignore_missing_imports = True
|
|||
[mypy-svgpathtools.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-trianglesolver.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-vtkmodules.*]
|
||||
ignore_missing_imports = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue