From a27bbb448815c88ed00ddf6cad41b2fa85ec99f8 Mon Sep 17 00:00:00 2001 From: Inessa Vasilevskaya Date: Fri, 17 Feb 2023 11:48:43 +0100 Subject: [PATCH] Mute use-dict-literal in linter Not sure it's a check we'd like to keep around. --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index 0d23a0633..fd73083f7 100644 --- a/.pylintrc +++ b/.pylintrc @@ -42,6 +42,7 @@ disable= no-absolute-import, # XXX FIXME nice to have one day unspecified-encoding, # XXX FIXME May be a good thing to have one day though deprecated-class, # We still have < 3.9 to support + use-dict-literal [FORMAT] # Maximum number of characters on a single line.