forked from Mirror/pmbootstrap
pyproject.toml: Set disallow_incomplete_defs = true (MR 2464)
We pass this check now.
This commit is contained in:
parent
225d8b30a0
commit
f24b6e7c9b
1 changed files with 1 additions and 0 deletions
|
@ -52,3 +52,4 @@ addopts = [
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
check_untyped_defs = true
|
check_untyped_defs = true
|
||||||
|
disallow_incomplete_defs = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue