1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 16:17:24 +03:00

Disable redundant-u-string-prefix in pylint

This commit is contained in:
secwall 2021-08-21 10:03:52 +03:00
parent 8cbc76a654
commit a7277f18a1

View File

@ -65,7 +65,7 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have # --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes # no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W" # --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] [REPORTS]