diff --git a/matter_server/server/stack.py b/matter_server/server/stack.py index 2393bead..f62f6c9b 100644 --- a/matter_server/server/stack.py +++ b/matter_server/server/stack.py @@ -30,7 +30,7 @@ CHIP_DETAIL = logging.DEBUG - 1 CHIP_AUTOMATION = logging.DEBUG - 2 -_category_num: int = 4 +_category_num: int = 4 # pylint: disable=invalid-name @LogRedirectCallback_t # type: ignore[misc] diff --git a/pyproject.toml b/pyproject.toml index 0f32a9e9..3c9023a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "mypy==1.18.2", "pre-commit==4.5.0", "pre-commit-hooks==6.0.0", - "pylint==4.0.3", + "pylint==4.0.4", "pytest==9.0.2", "pytest-asyncio==1.3.0", "pytest-aiohttp==1.1.0",