Skip to content

Commit

Permalink
Merge pull request #7808 from radarhere/type_hints
Browse files Browse the repository at this point in the history
Removed mypy excludes
  • Loading branch information
hugovk committed Feb 18, 2024
2 parents ebc5794 + 96fc60d commit 9a8248a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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$',
]
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ deps =
packaging
types-cffi
types-defusedxml
types-olefile
extras =
typing
commands =
Expand Down

0 comments on commit 9a8248a

Please sign in to comment.