add trianglesolver to mypy.ini and don't redefine input variables, create new ones to keep mypy happy

This commit is contained in:
jdegenstein 2025-01-08 14:23:57 -06:00
parent 16c685f689
commit d05b98aff7
2 changed files with 13 additions and 10 deletions

View file

@ -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