mypy.ini -> change py_lib3mf to lib3mf

This commit is contained in:
jdegenstein 2025-02-27 16:08:10 -06:00 committed by GitHub
parent 01cf1082b6
commit acb22b5dec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,5 +41,5 @@ ignore_missing_imports = True
[mypy-setuptools_scm.*]
ignore_missing_imports = True
[mypy-py_lib3mf.*]
[mypy-lib3mf.*]
ignore_missing_imports = True