Fix the pyproject.toml following concurrent merge (#847)

This commit is contained in:
Pierre Sassoulas 2024-11-20 20:30:00 +01:00 committed by GitHub
parent 69de0b6cc5
commit 6429d02b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -96,12 +96,12 @@ version-file = "src/pytest_html/__version.py"
path = "scripts/npm.py"
[tool.mypy]
check_untyped_defs = false # TODO
check_untyped_defs = false # TODO
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = false # TODO
disallow_untyped_defs = false # TODO
ignore_missing_imports = true
no_implicit_optional = true
no_implicit_reexport = true