Skip to content

Commit 9a8248a

Browse files
authored
Merge pull request #7808 from radarhere/type_hints
Removed mypy excludes
2 parents ebc5794 + 96fc60d commit 9a8248a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,3 @@ follow_imports = "silent"
140140
warn_redundant_casts = true
141141
warn_unreachable = true
142142
warn_unused_ignores = true
143-
exclude = [
144-
'^src/PIL/FpxImagePlugin.py$',
145-
'^src/PIL/MicImagePlugin.py$',
146-
]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ deps =
4141
packaging
4242
types-cffi
4343
types-defusedxml
44+
types-olefile
4445
extras =
4546
typing
4647
commands =

0 commit comments

Comments
 (0)