mirror of
https://github.com/yandex/pgmigrate.git
synced 2024-11-13 00:14:22 +03:00
Disable redundant-u-string-prefix in pylint
This commit is contained in:
parent
8cbc76a654
commit
a7277f18a1
@ -65,7 +65,7 @@ confidence=
|
||||
# --enable=similarities". If you want to run only the classes checker, but have
|
||||
# no Warning level messages displayed, use"--disable=all --enable=classes
|
||||
# --disable=W"
|
||||
disable=ungrouped-imports,too-many-arguments,raise-missing-from,consider-using-dict-items
|
||||
disable=ungrouped-imports,too-many-arguments,raise-missing-from,consider-using-dict-items,redundant-u-string-prefix
|
||||
|
||||
|
||||
[REPORTS]
|
||||
|
Loading…
Reference in New Issue
Block a user