mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
a7766ac53a
commit
b137fbcc3f
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue