mypy: Remove exclusions for unused cssutils and premailer packages.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-04-03 16:25:44 -07:00 committed by Anders Kaseorg
parent 113a8c4782
commit 144166cdc4
1 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ module = [
"cairosvg.*", # https://github.com/Kozea/CairoSVG/issues/373 "cairosvg.*", # https://github.com/Kozea/CairoSVG/issues/373
"circuitbreaker.*", "circuitbreaker.*",
"coverage.*", # https://github.com/nedbat/coveragepy/issues/1434 "coverage.*", # https://github.com/nedbat/coveragepy/issues/1434
"cssutils.*",
"defusedxml.*", # https://github.com/tiran/defusedxml/issues/46 "defusedxml.*", # https://github.com/tiran/defusedxml/issues/46
"digitalocean.*", "digitalocean.*",
"disposable_email_domains.*", "disposable_email_domains.*",
@ -75,7 +74,6 @@ module = [
"ldap.*", # https://github.com/python-ldap/python-ldap/issues/368 "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.*",
"pyinotify.*", "pyinotify.*",
"pyoembed.*", "pyoembed.*",
"pyuca.*", "pyuca.*",