Skip to content

Commit 7047166

Browse files
committed
fix mypy
1 parent e297028 commit 7047166

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ where = ["."] # list of folders that contain the packages (["."] by default)
1515

1616
[tool.setuptools.package-data]
1717
luisa_lang = ["py.typed"]
18+
19+
[[tool.mypy.overrides]]
20+
module = ["luisa_lang"]
21+
ignore_missing_imports = true

0 commit comments

Comments
 (0)