This commit is contained in:
epenet
2025-05-28 08:08:27 +00:00
parent a2ab53fa7c
commit 175a67d79f

View File

@@ -6,7 +6,11 @@ from astroid import nodes
from pylint.checkers import BaseChecker from pylint.checkers import BaseChecker
from pylint.lint import PyLinter from pylint.lint import PyLinter
FUNCTION_NAMES = ("load_fixture",) FUNCTION_NAMES = (
"load_fixture",
"load_json_array_fixture",
"load_json_object_fixture",
)
class HassLoadFixturesChecker(BaseChecker): class HassLoadFixturesChecker(BaseChecker):