Enable import checks in __init__.py files with Pylint (#3253)

This commit is contained in:
correctmost 2025-03-13 00:17:45 -04:00 committed by GitHub
parent f100e5110d
commit 83c3a76197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ score = false
[tool.pylint.variables]
additional-builtins = ["_"]
init-import = true
[tool.ruff]
target-version = "py312"