mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Update pylint to 4.0.0 + astroid to 4.0.1 (#154311)
This commit is contained in:
@@ -161,6 +161,7 @@ class-const-naming-style = "any"
|
||||
# possibly-used-before-assignment - too many errors / not necessarily issues
|
||||
# ---
|
||||
# Pylint CodeStyle plugin
|
||||
# consider-math-not-float
|
||||
# consider-using-namedtuple-or-dataclass - too opinionated
|
||||
# consider-using-assignment-expr - decision to use := better left to devs
|
||||
disable = [
|
||||
@@ -181,6 +182,7 @@ disable = [
|
||||
"too-many-boolean-expressions",
|
||||
"too-many-positional-arguments",
|
||||
"wrong-import-order",
|
||||
"consider-math-not-float",
|
||||
"consider-using-namedtuple-or-dataclass",
|
||||
"consider-using-assignment-expr",
|
||||
"possibly-used-before-assignment",
|
||||
|
||||
Reference in New Issue
Block a user