From 2dc7fced1df51d50c142ab810c4ca736dd9163e6 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sun, 12 Jun 2022 10:19:50 -0400 Subject: [PATCH] chore(types): remove excluded library (#11570) With the release of `readme_renderer` 35.0, we no longer need to exclude the library from type evaluation. Refs: https://github.com/pypa/readme_renderer/pull/225 Refs: https://github.com/pypa/readme_renderer/pull/228 Signed-off-by: Mike Fiedler Co-authored-by: Dustin Ingram --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f134e69d2880..02c6dee705b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ module = [ "pyramid_retry.*", "pyramid_rpc.*", "pyqrcode.*", - "readme_renderer.*", # https://github.com/pypa/readme_renderer/issues/166 "requests_aws4auth.*", "rfc3986.*", "stdlib_list.*",