We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d65f0 commit 2c163bfCopy full SHA for 2c163bf
1 file changed
pyproject.toml
@@ -141,7 +141,7 @@ module = [
141
"IPython.utils.text",
142
]
143
disallow_untyped_defs = true
144
-check_untyped_defs = false
+check_untyped_defs = true
145
disallow_untyped_decorators = true
146
147
[[tool.mypy.overrides]]
@@ -316,7 +316,7 @@ ignore_errors = true
316
ignore_missing_imports = true
317
disallow_untyped_calls = false
318
disallow_incomplete_defs = false
319
320
disallow_untyped_decorators = false
321
322
[tool.pytest.ini_options]
0 commit comments