Removed mypy excludes

This commit is contained in:
Andrew Murray 2024-02-17 20:21:25 +11:00
parent c194d6e9c8
commit 96fc60d5d2
2 changed files with 1 additions and 4 deletions

View File

@ -140,7 +140,3 @@ follow_imports = "silent"
warn_redundant_casts = true
warn_unreachable = true
warn_unused_ignores = true
exclude = [
'^src/PIL/FpxImagePlugin.py$',
'^src/PIL/MicImagePlugin.py$',
]

View File

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