1
0
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:
dependabot[bot] 2025-03-20 22:07:38 +00:00 committed by GitHub
parent 4adda632bb
commit 874026ca8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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