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

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

-4
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

+1
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)