Fix the pyproject.toml following concurrent merge (#847)
This commit is contained in:
parent
69de0b6cc5
commit
6429d02b9c
|
@ -96,12 +96,12 @@ version-file = "src/pytest_html/__version.py"
|
||||||
path = "scripts/npm.py"
|
path = "scripts/npm.py"
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
check_untyped_defs = false # TODO
|
check_untyped_defs = false # TODO
|
||||||
disallow_any_generics = true
|
disallow_any_generics = true
|
||||||
disallow_incomplete_defs = true
|
disallow_incomplete_defs = true
|
||||||
disallow_untyped_calls = true
|
disallow_untyped_calls = true
|
||||||
disallow_untyped_decorators = true
|
disallow_untyped_decorators = true
|
||||||
disallow_untyped_defs = false # TODO
|
disallow_untyped_defs = false # TODO
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
no_implicit_optional = true
|
no_implicit_optional = true
|
||||||
no_implicit_reexport = true
|
no_implicit_reexport = true
|
||||||
|
|
Loading…
Reference in New Issue