We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba62803 commit 4e13e74Copy full SHA for 4e13e74
pyproject.toml
@@ -143,7 +143,7 @@ exclude = [
143
]
144
145
[[tool.mypy.overrides]]
146
-module =
+module = [
147
"_datetime.*",
148
# IPython is an optional dependency
149
"IPython.display.*",
@@ -155,4 +155,5 @@ module =
155
"requests_toolbelt.*",
156
"torch.*",
157
"ultralytics.*",
158
+]
159
ignore_missing_imports = true
0 commit comments