Linting
This commit is contained in:
7
pylintrc
7
pylintrc
@ -146,7 +146,10 @@ disable=abstract-method,
|
||||
wrong-import-order,
|
||||
xrange-builtin,
|
||||
zip-builtin-not-iterating,
|
||||
broad-exception-caught
|
||||
broad-exception-caught,
|
||||
too-many-positional-arguments,
|
||||
inconsistent-quotes,
|
||||
import-outside-toplevel
|
||||
|
||||
|
||||
[REPORTS]
|
||||
@ -260,7 +263,7 @@ generated-members=
|
||||
[FORMAT]
|
||||
|
||||
# Maximum number of characters on a single line.
|
||||
max-line-length=80
|
||||
max-line-length=90
|
||||
|
||||
# TODO(https://github.com/PyCQA/pylint/issues/3352): Direct pylint to exempt
|
||||
# lines made too long by directives to pytype.
|
||||
|
Reference in New Issue
Block a user