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