From 636bd18ba8e1a83f8363643708bafce78c49bf56 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 Feb 2023 14:09:55 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d4ce1c3b3..a4139a5c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,6 +115,7 @@ template = "changelog/_template.rst" [tool.black] target-version = ['py37'] +# check-wheel-contents is executed by the build-and-inspect-python-package action. [tool.check-wheel-contents] # W009: Wheel contains multiple toplevel library entries ignore = "W009"