Enable statix's empty_pattern rule and apply its auto-fixes across the affected modules and tests.
17 lines
318 B
TOML
17 lines
318 B
TOML
disabled = [
|
|
"bool_comparison",
|
|
"bool_simplification",
|
|
"deprecated_is_null",
|
|
"deprecated_to_path",
|
|
"empty_inherit",
|
|
"empty_let_in",
|
|
"eta_reduction",
|
|
"faster_groupby",
|
|
"faster_zipattrswith",
|
|
"legacy_let_syntax",
|
|
"repeated_keys",
|
|
"redundant_pattern_bind",
|
|
"unquoted_uri",
|
|
"useless_parens",
|
|
]
|