From 230199801b00c63f0fdde3e7e77fc8770b5dcd8f Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 8 Apr 2026 16:16:25 -0500 Subject: [PATCH] statix: enable misc rules that we already respect 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. --- statix.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/statix.toml b/statix.toml index 313a2012a..df4b904f9 100644 --- a/statix.toml +++ b/statix.toml @@ -2,14 +2,8 @@ disabled = [ "bool_comparison", "bool_simplification", "deprecated_is_null", - "deprecated_to_path", - "empty_inherit", - "empty_let_in", "faster_groupby", "faster_zipattrswith", - "legacy_let_syntax", "repeated_keys", - "redundant_pattern_bind", - "unquoted_uri", "useless_parens", ]