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.
16 lines
484 B
16 lines
484 B
[FORMAT]
|
|
|
|
max-line-length=80
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=abstract-class-not-used,bad-continuation,bad-indentation,duplicate-code,fixme,invalid-name,locally-disabled,locally-enabled,missing-docstring,star-args,too-few-public-methods,too-many-arguments,too-many-branches,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-statements,wrong-import-order,wrong-import-position
|
|
|
|
[REPORTS]
|
|
|
|
reports=no
|
|
|
|
[VARIABLES]
|
|
|
|
dummy-variables-rgx=^_.*$|dummy
|