File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class MatterServer:
100
100
_runner : web .AppRunner | None = None
101
101
_http : MultiHostTCPSite | None = None
102
102
103
- def __init__ ( # noqa: PLR0913, pylint: disable=too-many-arguments
103
+ def __init__ ( # noqa: PLR0913, pylint: disable=too-many-positional-arguments, too-many- arguments
104
104
self ,
105
105
storage_path : str ,
106
106
vendor_id : int ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ test = [
48
48
" mypy==1.11.2" ,
49
49
" pre-commit==3.8.0" ,
50
50
" pre-commit-hooks==4.6.0" ,
51
- " pylint==3.2.7 " ,
51
+ " pylint==3.3.0 " ,
52
52
" pytest==8.3.3" ,
53
53
" pytest-asyncio==0.24.0" ,
54
54
" pytest-aiohttp==1.0.5" ,
@@ -117,6 +117,7 @@ good-names = [
117
117
[tool .pylint .DESIGN ]
118
118
max-args = 10
119
119
max-attributes = 12
120
+ max-positional-arguments = 10
120
121
121
122
[tool .pylint ."MESSAGES CONTROL" ]
122
123
disable = [
You can’t perform that action at this time.
0 commit comments