pyproject: Remove mypy exemption for coverage.

coverage added type annotations in 7.2.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-07-19 14:24:25 -07:00 committed by Tim Abbott
parent 195efb3802
commit ff6cf54716
1 changed files with 0 additions and 1 deletions

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.*",