You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
395 B
23 lines
395 B
[MESSAGES CONTROL]
|
|
|
|
disable=
|
|
bad-indentation,
|
|
missing-docstring,
|
|
import-error,
|
|
no-name-in-module,
|
|
unused-argument,
|
|
invalid-name,
|
|
too-few-public-methods,
|
|
|
|
[REPORTS]
|
|
reports=no
|
|
|
|
[VARIABLES]
|
|
dummy-variables-rgx=_$|unused_
|
|
|
|
[FORMAT]
|
|
indent-string=' '
|
|
|
|
# We suppress long line check for lines that contain only the URL (with or
|
|
# without quote).
|
|
ignore-long-lines=^\s*'?https?://\S+'?$ |