From eb5ca9f54d5434fc6d724e89b95ec22eedf18bd8 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 25 Apr 2022 18:55:50 +0300 Subject: [PATCH] chore(types): remove excluded library 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 --- 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.*",