Skip to content

Commit 6be2af2

Browse files
committed
update .pylintrc
1 parent 5f5211b commit 6be2af2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ disable=
5252
consider-using-with, # on bunch spaces we cannot change that...
5353
duplicate-string-formatting-argument, # TMP: will be fixed in close future
5454
consider-using-f-string, # sorry, not gonna happen, still have to support py2
55-
use-dict-literal
55+
use-dict-literal,
56+
redundant-u-string-prefix # still have py2 to support
5657

5758
[FORMAT]
5859
# Maximum number of characters on a single line.

0 commit comments

Comments
 (0)