pyproject: Remove mypy exemption for coverage.

coverage added type annotations in 7.2.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit ff6cf54716)
This commit is contained in:
Anders Kaseorg
2023-07-19 14:24:25 -07:00
committed by Alex Vandiver
parent 291cf12c45
commit a715e6aa33

View File

@@ -56,7 +56,6 @@ module = [
"bmemcached.*",
"cairosvg.*", # https://github.com/Kozea/CairoSVG/issues/373
"circuitbreaker.*",
"coverage.*", # https://github.com/nedbat/coveragepy/issues/1434
"defusedxml.*", # https://github.com/tiran/defusedxml/issues/46
"digitalocean.*",
"disposable_email_domains.*",