Skip to content

Commit 7be0b8f

Browse files
authored
Add mypy config for local tests (#10635)
1 parent 6f91463 commit 7be0b8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ module = [
273273
"sphinx.*",
274274
]
275275

276+
# For local tests: Enable follow_untyped_imports overwrite for astroid
277+
# [[tool.mypy.overrides]]
278+
# module = ["astroid.*"]
279+
# follow_untyped_imports = true
280+
276281
[tool.pyright]
277282
include = [
278283
"pylint",

0 commit comments

Comments
 (0)