mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-21 11:55:11 +01:00
Bump pylint from 3.2.7 to 3.3.1 (#968)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
59609fc94e
commit
62683e2f44
@ -23,6 +23,7 @@ disable = [
|
|||||||
"bad-mcs-classmethod-argument",
|
"bad-mcs-classmethod-argument",
|
||||||
"duplicate-code",
|
"duplicate-code",
|
||||||
"too-many-lines",
|
"too-many-lines",
|
||||||
|
"too-many-positional-arguments"
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pylint==3.2.7
|
pylint==3.3.1
|
||||||
ruff==0.6.9
|
ruff==0.6.9
|
||||||
flake8==7.1.1
|
flake8==7.1.1
|
||||||
isort==5.13.2
|
isort==5.13.2
|
||||||
|
Loading…
Reference in New Issue
Block a user