From f16c76ecf9185fb834a1d30acd1218bf70bb6795 Mon Sep 17 00:00:00 2001 From: Natalia Mokeeva Date: Mon, 31 Oct 2022 17:45:54 +0100 Subject: [PATCH] enable pylint wildcard-import --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddecebaec7c72..4c86fa4b0589a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -185,8 +185,7 @@ disable = [ "unused-wildcard-import", "using-constant-test", "useless-else-on-loop", - "useless-parent-delegation", - "wildcard-import" + "useless-parent-delegation" ] [tool.pytest.ini_options]