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