We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f567e7 commit e04622fCopy full SHA for e04622f
pyproject.toml
@@ -100,12 +100,12 @@ version-file = "src/pytest_html/__version.py"
100
path = "scripts/npm.py"
101
102
[tool.mypy]
103
-check_untyped_defs = false
+check_untyped_defs = false # TODO
104
disallow_any_generics = true
105
disallow_incomplete_defs = true
106
disallow_untyped_calls = true
107
disallow_untyped_decorators = true
108
-disallow_untyped_defs = true
+disallow_untyped_defs = false # TODO
109
ignore_missing_imports = true
110
no_implicit_optional = true
111
no_implicit_reexport = true
0 commit comments