From 730b93c3385b5fbf3e3382a66c564b519ae5fb94 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 2 Jan 2023 21:55:07 -0800 Subject: [PATCH] mypy: Link issues for type annotations in cairosvg, coverage, ldap. Signed-off-by: Anders Kaseorg --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09c4fe7964..e38d8ec214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,9 +54,9 @@ module = [ "aioapns.*", # https://github.com/Fatal1ty/aioapns/issues/33 "bitfield.*", "bmemcached.*", - "cairosvg.*", + "cairosvg.*", # https://github.com/Kozea/CairoSVG/issues/373 "circuitbreaker.*", - "coverage.*", + "coverage.*", # https://github.com/nedbat/coveragepy/issues/1434 "cssutils.*", "defusedxml.*", # https://github.com/tiran/defusedxml/issues/46 "digitalocean.*", @@ -73,7 +73,7 @@ module = [ "gcm.*", "gitlint.*", "jsonref.*", - "ldap.*", + "ldap.*", # https://github.com/python-ldap/python-ldap/issues/368 "moto.*", # https://github.com/spulec/moto/issues/4944 "onelogin.*", "premailer.*",