mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-05 23:06:17 +03:00
Do not allow untyped functions
This commit is contained in:
parent
988a1fe838
commit
e3f420094a
|
@ -160,6 +160,7 @@ testpaths = [
|
||||||
python_version = "3.9"
|
python_version = "3.9"
|
||||||
pretty = true
|
pretty = true
|
||||||
disallow_any_generics = true
|
disallow_any_generics = true
|
||||||
|
disallow_untyped_defs = true
|
||||||
enable_error_code = "ignore-without-code"
|
enable_error_code = "ignore-without-code"
|
||||||
extra_checks = true
|
extra_checks = true
|
||||||
follow_imports = "silent"
|
follow_imports = "silent"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user