From 83c3a76197b16d0657e9c7cd5f12e22c096b3188 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Thu, 13 Mar 2025 00:17:45 -0400 Subject: [PATCH] Enable import checks in __init__.py files with Pylint (#3253) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a8d16fef..7530e2aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,6 +159,7 @@ score = false [tool.pylint.variables] additional-builtins = ["_"] +init-import = true [tool.ruff] target-version = "py312"