mirror of https://github.com/zulip/zulip.git
mypy: Link issue for missing py.typed in aioapns.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
4898fdb89d
commit
c3475e83ec
|
@ -51,7 +51,7 @@ no_implicit_reexport = false
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = [
|
module = [
|
||||||
"ahocorasick.*",
|
"ahocorasick.*",
|
||||||
"aioapns.*",
|
"aioapns.*", # https://github.com/Fatal1ty/aioapns/issues/33
|
||||||
"bitfield.*",
|
"bitfield.*",
|
||||||
"bmemcached.*",
|
"bmemcached.*",
|
||||||
"cairosvg.*",
|
"cairosvg.*",
|
||||||
|
|
Loading…
Reference in New Issue