Skip to content

Commit 4e13e74

Browse files
committed
fixup! Run mypy before tests
1 parent ba62803 commit 4e13e74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ exclude = [
143143
]
144144

145145
[[tool.mypy.overrides]]
146-
module =
146+
module = [
147147
"_datetime.*",
148148
# IPython is an optional dependency
149149
"IPython.display.*",
@@ -155,4 +155,5 @@ module =
155155
"requests_toolbelt.*",
156156
"torch.*",
157157
"ultralytics.*",
158+
]
158159
ignore_missing_imports = true

0 commit comments

Comments
 (0)