mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Update
This commit is contained in:
@@ -6,7 +6,11 @@ from astroid import nodes
|
||||
from pylint.checkers import BaseChecker
|
||||
from pylint.lint import PyLinter
|
||||
|
||||
FUNCTION_NAMES = ("load_fixture",)
|
||||
FUNCTION_NAMES = (
|
||||
"load_fixture",
|
||||
"load_json_array_fixture",
|
||||
"load_json_object_fixture",
|
||||
)
|
||||
|
||||
|
||||
class HassLoadFixturesChecker(BaseChecker):
|
||||
|
Reference in New Issue
Block a user