Skip to content

Commit 98d8c9d

Browse files
committed
chore: add empty settings to handle untyped imports
1 parent 807f58b commit 98d8c9d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ disallow_untyped_decorators = true
153153
# disable_error_code =
154154
# allow_redefinition =
155155

156+
# https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
157+
[[tool.mypy.overrides]]
158+
module = [
159+
]
160+
follow_untyped_imports = true
161+
156162

157163
# https://pylint.pycqa.org/en/latest/user_guide/configuration/index.html
158164
# https://github.com/astral-sh/ruff/issues/970

0 commit comments

Comments
 (0)