Merge pull request #7808 from radarhere/type_hints

Removed mypy excludes
This commit is contained in:
Hugo van Kemenade 2024-02-18 21:44:03 +02:00 committed by GitHub
commit 9a8248a751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View File

@ -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$',
]

View File

@ -41,6 +41,7 @@ deps =
packaging packaging
types-cffi types-cffi
types-defusedxml types-defusedxml
types-olefile
extras = extras =
typing typing
commands = commands =