blob: 8005a5d276cbebfd6e12082a9481c5f08cfc8bd2 [file] [log] [blame]
[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,
[REPORTS]
reports=no
[VARIABLES]
dummy-variables-rgx=^_.*$|dummy