forked from Mirror/pmbootstrap
pyproject.toml: Set disallow_untyped_calls = true (MR 2514)
We pass this check now, might as well.
This commit is contained in:
parent
d81de1f61c
commit
a828303398
1 changed files with 1 additions and 0 deletions
|
@ -53,5 +53,6 @@ addopts = [
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
check_untyped_defs = true
|
check_untyped_defs = true
|
||||||
disallow_incomplete_defs = true
|
disallow_incomplete_defs = true
|
||||||
|
disallow_untyped_calls = true
|
||||||
disallow_untyped_decorators = true
|
disallow_untyped_decorators = true
|
||||||
disallow_untyped_defs = true
|
disallow_untyped_defs = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue