We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e297028 commit 7047166Copy full SHA for 7047166
pyproject.toml
@@ -15,3 +15,7 @@ where = ["."] # list of folders that contain the packages (["."] by default)
15
16
[tool.setuptools.package-data]
17
luisa_lang = ["py.typed"]
18
+
19
+[[tool.mypy.overrides]]
20
+module = ["luisa_lang"]
21
+ignore_missing_imports = true
0 commit comments