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