• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[FORMAT]
2
3max-line-length=80
4
5[MESSAGES CONTROL]
6
7disable=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-position
8
9[REPORTS]
10
11reports=no
12
13[VARIABLES]
14
15dummy-variables-rgx=^_.*$|dummy
16