mirror of https://github.com/zulip/zulip.git
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:
parent
195efb3802
commit
ff6cf54716
|
@ -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.*",
|
||||
|
|
Loading…
Reference in New Issue