From 592584a032b70df041ffd9563999da6aab3b3aa0 Mon Sep 17 00:00:00 2001 From: elythh Date: Wed, 3 Jul 2024 14:39:12 +0200 Subject: [PATCH] :sparkles: (statix): stop being annoying --- statix.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 statix.toml diff --git a/statix.toml b/statix.toml new file mode 100644 index 00000000..31a2a5b1 --- /dev/null +++ b/statix.toml @@ -0,0 +1,3 @@ +disabled = [ + "repeated_keys" +]