From 144166cdc4b32e75afbf9899e4b2c49803c411f5 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 3 Apr 2023 16:25:44 -0700 Subject: [PATCH] mypy: Remove exclusions for unused cssutils and premailer packages. Signed-off-by: Anders Kaseorg --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 086c5860d1..f1a70bab0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ module = [ "cairosvg.*", # https://github.com/Kozea/CairoSVG/issues/373 "circuitbreaker.*", "coverage.*", # https://github.com/nedbat/coveragepy/issues/1434 - "cssutils.*", "defusedxml.*", # https://github.com/tiran/defusedxml/issues/46 "digitalocean.*", "disposable_email_domains.*", @@ -75,7 +74,6 @@ module = [ "ldap.*", # https://github.com/python-ldap/python-ldap/issues/368 "moto.*", # https://github.com/spulec/moto/issues/4944 "onelogin.*", - "premailer.*", "pyinotify.*", "pyoembed.*", "pyuca.*",