1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +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
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",