Skip to content

Commit 2c163bf

Browse files
committed
more mypy checking
1 parent 78d65f0 commit 2c163bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module = [
141141
"IPython.utils.text",
142142
]
143143
disallow_untyped_defs = true
144-
check_untyped_defs = false
144+
check_untyped_defs = true
145145
disallow_untyped_decorators = true
146146

147147
[[tool.mypy.overrides]]
@@ -316,7 +316,7 @@ ignore_errors = true
316316
ignore_missing_imports = true
317317
disallow_untyped_calls = false
318318
disallow_incomplete_defs = false
319-
check_untyped_defs = false
319+
check_untyped_defs = true
320320
disallow_untyped_decorators = false
321321

322322
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)