Skip to content

Commit e04622f

Browse files
Make some hard options false to begin with something
1 parent 6f567e7 commit e04622f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ version-file = "src/pytest_html/__version.py"
100100
path = "scripts/npm.py"
101101

102102
[tool.mypy]
103-
check_untyped_defs = false
103+
check_untyped_defs = false # TODO
104104
disallow_any_generics = true
105105
disallow_incomplete_defs = true
106106
disallow_untyped_calls = true
107107
disallow_untyped_decorators = true
108-
disallow_untyped_defs = true
108+
disallow_untyped_defs = false # TODO
109109
ignore_missing_imports = true
110110
no_implicit_optional = true
111111
no_implicit_reexport = true

0 commit comments

Comments
 (0)