Skip to content

Commit

Permalink
pylintcc: disable use-dict-literal
Browse files Browse the repository at this point in the history
We don't want no R1735

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
(cherry picked from commit 4435f3f)
  • Loading branch information
kshtsk authored and tserong committed Mar 6, 2023
1 parent 6353881 commit 39e57ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Expand Up @@ -31,7 +31,8 @@ disable=raw-checker-failed,
too-many-statements,
too-many-lines,
too-many-public-methods,
consider-using-f-string
consider-using-f-string,
use-dict-literal

enable=c-extension-no-member

Expand Down

0 comments on commit 39e57ec

Please sign in to comment.