Skip to content

Commit 6429d02

Browse files
Fix the pyproject.toml following concurrent merge (#847)
1 parent 69de0b6 commit 6429d02

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
@@ -96,12 +96,12 @@ version-file = "src/pytest_html/__version.py"
9696
path = "scripts/npm.py"
9797

9898
[tool.mypy]
99-
check_untyped_defs = false # TODO
99+
check_untyped_defs = false # TODO
100100
disallow_any_generics = true
101101
disallow_incomplete_defs = true
102102
disallow_untyped_calls = true
103103
disallow_untyped_decorators = true
104-
disallow_untyped_defs = false # TODO
104+
disallow_untyped_defs = false # TODO
105105
ignore_missing_imports = true
106106
no_implicit_optional = true
107107
no_implicit_reexport = true

0 commit comments

Comments
 (0)