forked from home-assistant/core
Enable Ruff B035 (#135883)
This commit is contained in:
@@ -722,6 +722,7 @@ select = [
|
|||||||
"B024", # `{name}` is an abstract base class, but it has no abstract methods or properties
|
"B024", # `{name}` is an abstract base class, but it has no abstract methods or properties
|
||||||
"B026", # Star-arg unpacking after a keyword argument is strongly discouraged
|
"B026", # Star-arg unpacking after a keyword argument is strongly discouraged
|
||||||
"B032", # Possible unintentional type annotation (using :). Did you mean to assign (using =)?
|
"B032", # Possible unintentional type annotation (using :). Did you mean to assign (using =)?
|
||||||
|
"B035", # Dictionary comprehension uses static key
|
||||||
"B904", # Use raise from to specify exception cause
|
"B904", # Use raise from to specify exception cause
|
||||||
"B905", # zip() without an explicit strict= parameter
|
"B905", # zip() without an explicit strict= parameter
|
||||||
"BLE",
|
"BLE",
|
||||||
|
Reference in New Issue
Block a user