Do not allow untyped functions

This commit is contained in:
Andrew Murray 2024-10-13 11:09:47 +11:00
parent 988a1fe838
commit e3f420094a

View File

@ -160,6 +160,7 @@ testpaths = [
python_version = "3.9"
pretty = true
disallow_any_generics = true
disallow_untyped_defs = true
enable_error_code = "ignore-without-code"
extra_checks = true
follow_imports = "silent"