From 164619ffafb4b4947dfb8a046dfa35104441abb7 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 13 May 2024 22:36:30 +0200 Subject: [PATCH] Allow repeated keys with statix --- 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 0000000..31a2a5b --- /dev/null +++ b/statix.toml @@ -0,0 +1,3 @@ +disabled = [ + "repeated_keys" +]