Skip to content

Commit 5079f4f

Browse files
committed
Add src to mypy_path in .mypy.ini
Add src to mypy_path to get rid of lots of missing import warnings. Signed-off-by: per.held@arm.com Change-Id: I4ed1a08cfe185aa956c6408fefa5aadeb567d4c1
1 parent acf5b4b commit 5079f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ files =
2424
test,
2525
util
2626

27-
mypy_path = executorch
27+
mypy_path = executorch,src
2828

2929
[mypy-executorch.backends.*]
3030
follow_untyped_imports = True

0 commit comments

Comments
 (0)