plyintrc: remove redundant format section

The "FORMAT" section in pylint is no longer needed after the format
checker is disabled.

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
This commit is contained in:
Martin Vrachev 2021-11-05 15:07:39 +02:00
parent a7766ac53a
commit b137fbcc3f

View file

@ -35,15 +35,6 @@ no-docstring-rgx=(__.*__|main|test.*|.*test|.*Test)$
variable-rgx=^[a-z][a-z0-9_]*$
docstring-min-length=10
[FORMAT]
ignore-long-lines=(?x)(
^\s*(\#\ )?<?https?://\S+>?$|
^\s*(from\s+\S+\s+)?import\s+.+$)
indent-string=" "
indent-after-paren=4
max-line-length=80
single-line-if-stmt=yes
[LOGGING]
logging-format-style=old