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>
  • Loading branch information
kshtsk committed Mar 3, 2023
1 parent 1997697 commit 4435f3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
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 4435f3f

Please sign in to comment.