mirror of https://github.com/zulip/zulip.git
mypy: Remove exemption for aioapns.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
31b5879242
commit
22e8b641e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue