pyproject.toml: Set disallow_untyped_defs = true (MR 2514)

Woo-hoo!
This commit is contained in:
Newbyte 2024-12-20 16:29:44 +01:00
parent 01264bd39f
commit d81de1f61c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -54,3 +54,4 @@ addopts = [
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_untyped_decorators = true
disallow_untyped_defs = true