Misc no-hit rules that we already are in compliance with. Ignoring `faster_` rules because those prefer builtin > lib and we have lib compat behavior to prefer.
9 lines
169 B
TOML
9 lines
169 B
TOML
disabled = [
|
|
"bool_comparison",
|
|
"bool_simplification",
|
|
"deprecated_is_null",
|
|
"faster_groupby",
|
|
"faster_zipattrswith",
|
|
"repeated_keys",
|
|
"useless_parens",
|
|
]
|