forked from Mirror/pmbootstrap
pyproject.toml: Set disallow_untyped_defs = true (MR 2514)
Woo-hoo!
This commit is contained in:
parent
01264bd39f
commit
d81de1f61c
1 changed files with 1 additions and 0 deletions
|
@ -54,3 +54,4 @@ addopts = [
|
||||||
check_untyped_defs = true
|
check_untyped_defs = true
|
||||||
disallow_incomplete_defs = true
|
disallow_incomplete_defs = true
|
||||||
disallow_untyped_decorators = true
|
disallow_untyped_decorators = true
|
||||||
|
disallow_untyped_defs = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue