mypy: Link issues for type annotations in cairosvg, coverage, ldap.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-01-02 21:55:07 -08:00 committed by Anders Kaseorg
parent dde92fd065
commit 730b93c338
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ module = [
"aioapns.*", # https://github.com/Fatal1ty/aioapns/issues/33
"bitfield.*",
"bmemcached.*",
"cairosvg.*",
"cairosvg.*", # https://github.com/Kozea/CairoSVG/issues/373
"circuitbreaker.*",
"coverage.*",
"coverage.*", # https://github.com/nedbat/coveragepy/issues/1434
"cssutils.*",
"defusedxml.*", # https://github.com/tiran/defusedxml/issues/46
"digitalocean.*",
@ -73,7 +73,7 @@ module = [
"gcm.*",
"gitlint.*",
"jsonref.*",
"ldap.*",
"ldap.*", # https://github.com/python-ldap/python-ldap/issues/368
"moto.*", # https://github.com/spulec/moto/issues/4944
"onelogin.*",
"premailer.*",