mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-03 22:06:18 +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"
|
||||
pretty = true
|
||||
disallow_any_generics = true
|
||||
disallow_untyped_defs = true
|
||||
enable_error_code = "ignore-without-code"
|
||||
extra_checks = true
|
||||
follow_imports = "silent"
|
||||
|
|
Loading…
Reference in New Issue
Block a user