mirror of
https://github.com/esphome/esphome.git
synced 2025-03-22 18:48:14 +00:00
Bump pylint from 3.2.7 to 3.3.6 (#8441)
Signed-off-by: dependabot[bot] <support@github.com> 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
4adda632bb
commit
874026ca8f
@ -86,6 +86,7 @@ disable = [
|
||||
"too-many-branches",
|
||||
"too-many-statements",
|
||||
"too-many-arguments",
|
||||
"too-many-positional-arguments",
|
||||
"too-many-return-statements",
|
||||
"too-many-instance-attributes",
|
||||
"duplicate-code",
|
||||
|
@ -1,4 +1,4 @@
|
||||
pylint==3.2.7
|
||||
pylint==3.3.6
|
||||
flake8==7.0.0 # also change in .pre-commit-config.yaml when updating
|
||||
ruff==0.11.0 # also change in .pre-commit-config.yaml when updating
|
||||
pyupgrade==3.15.2 # also change in .pre-commit-config.yaml when updating
|
||||
|
Loading…
x
Reference in New Issue
Block a user