mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-22 12:05:12 +01:00
pylint for newer protobuf
This commit is contained in:
parent
471455be9f
commit
3242f7ca17
@ -23,7 +23,8 @@ disable = [
|
||||
"bad-mcs-classmethod-argument",
|
||||
"duplicate-code",
|
||||
"too-many-lines",
|
||||
"too-many-positional-arguments"
|
||||
"too-many-positional-arguments",
|
||||
"no-name-in-module"
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
|
Loading…
Reference in New Issue
Block a user