From e6d85895cac6b268fb96615aa152cafe0c10fef1 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 2 May 2022 21:18:10 -0700 Subject: [PATCH] mypy: Link some upstream issues for adding library type annotations. Signed-off-by: Anders Kaseorg --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e0c05ea95..3e50e937fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,10 +55,10 @@ module = [ "circuitbreaker.*", "coverage.*", "cssutils.*", - "defusedxml.*", + "defusedxml.*", # https://github.com/tiran/defusedxml/issues/46 "digitalocean.*", "disposable_email_domains.*", - "django.*", + "django.*", # https://github.com/zulip/zulip/issues/11560 "django_auth_ldap.*", "django_bmemcached.*", "django_cte.*", @@ -73,7 +73,7 @@ module = [ "jsonref.*", "ldap.*", "markdown_include.*", - "moto.*", + "moto.*", # https://github.com/spulec/moto/issues/4944 "onelogin.*", "openapi_core.*", "premailer.*", @@ -81,9 +81,9 @@ module = [ "pyoembed.*", "pyuca.*", "re2.*", - "requests_oauthlib.*", + "requests_oauthlib.*", # https://github.com/requests/requests-oauthlib/issues/428 "scim2_filter_parser.attr_paths", - "scrapy.*", + "scrapy.*", # https://github.com/scrapy/scrapy/issues/4041 "social_core.*", "social_django.*", "sourcemap.*", @@ -91,6 +91,6 @@ module = [ "tlds.*", "twitter.*", "two_factor.*", - "zxcvbn.*", + "zxcvbn.*", # https://github.com/dwolfhub/zxcvbn-python/issues/56 ] ignore_missing_imports = true