mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #7808 from radarhere/type_hints
Removed mypy excludes
This commit is contained in:
commit
9a8248a751
|
@ -140,7 +140,3 @@ follow_imports = "silent"
|
||||||
warn_redundant_casts = true
|
warn_redundant_casts = true
|
||||||
warn_unreachable = true
|
warn_unreachable = true
|
||||||
warn_unused_ignores = true
|
warn_unused_ignores = true
|
||||||
exclude = [
|
|
||||||
'^src/PIL/FpxImagePlugin.py$',
|
|
||||||
'^src/PIL/MicImagePlugin.py$',
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user