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]