Skip to content

Commit

Permalink
Merge pull request #1659 from MVrachev/disable-pylint-format
Browse files Browse the repository at this point in the history
pylintc for new code: disable format checker
  • Loading branch information
Jussi Kukkonen authored Nov 5, 2021
2 parents d70c3b3 + b137fbc commit 8ae944c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tuf/api/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
disable=fixme,
too-few-public-methods,
too-many-arguments,
format,

[BASIC]
good-names=i,j,k,v,e,f,fn,fp,_type
Expand All @@ -34,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

Expand Down

0 comments on commit 8ae944c

Please sign in to comment.