mypy: Link some upstream issues for adding library type annotations.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-05-02 21:18:10 -07:00 committed by Tim Abbott
parent f29553d809
commit e6d85895ca
1 changed files with 6 additions and 6 deletions

View File

@ -55,10 +55,10 @@ module = [
"circuitbreaker.*", "circuitbreaker.*",
"coverage.*", "coverage.*",
"cssutils.*", "cssutils.*",
"defusedxml.*", "defusedxml.*", # https://github.com/tiran/defusedxml/issues/46
"digitalocean.*", "digitalocean.*",
"disposable_email_domains.*", "disposable_email_domains.*",
"django.*", "django.*", # https://github.com/zulip/zulip/issues/11560
"django_auth_ldap.*", "django_auth_ldap.*",
"django_bmemcached.*", "django_bmemcached.*",
"django_cte.*", "django_cte.*",
@ -73,7 +73,7 @@ module = [
"jsonref.*", "jsonref.*",
"ldap.*", "ldap.*",
"markdown_include.*", "markdown_include.*",
"moto.*", "moto.*", # https://github.com/spulec/moto/issues/4944
"onelogin.*", "onelogin.*",
"openapi_core.*", "openapi_core.*",
"premailer.*", "premailer.*",
@ -81,9 +81,9 @@ module = [
"pyoembed.*", "pyoembed.*",
"pyuca.*", "pyuca.*",
"re2.*", "re2.*",
"requests_oauthlib.*", "requests_oauthlib.*", # https://github.com/requests/requests-oauthlib/issues/428
"scim2_filter_parser.attr_paths", "scim2_filter_parser.attr_paths",
"scrapy.*", "scrapy.*", # https://github.com/scrapy/scrapy/issues/4041
"social_core.*", "social_core.*",
"social_django.*", "social_django.*",
"sourcemap.*", "sourcemap.*",
@ -91,6 +91,6 @@ module = [
"tlds.*", "tlds.*",
"twitter.*", "twitter.*",
"two_factor.*", "two_factor.*",
"zxcvbn.*", "zxcvbn.*", # https://github.com/dwolfhub/zxcvbn-python/issues/56
] ]
ignore_missing_imports = true ignore_missing_imports = true