Skip to content

Commit

Permalink
mypy: Remove exemption for aioapns.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Sep 9, 2023
1 parent 31b5879 commit 22e8b64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ plugins = ["mypy_django_plugin.main", "pydantic.mypy"]
[[tool.mypy.overrides]]
module = [
"ahocorasick.*",
"aioapns.*", # https://github.com/Fatal1ty/aioapns/issues/33
"bitfield.*",
"bmemcached.*",
"cairosvg.*", # https://github.com/Kozea/CairoSVG/issues/373
Expand Down

0 comments on commit 22e8b64

Please sign in to comment.