[MASTER]
reports=no

extension-pkg-whitelist=lxml

disable=
  duplicate-code,
  fixme,
  locally-disabled,
  unused-argument,

# Minimum number of public methods for a class (see R0903).
min-public-methods=0

# Maximum number of arguments for function / method signature
max-args=9

max-attributes=9

# Maximum number of locals for function / method body
max-locals=25

# Maximum number of branch for function / method body
max-branches=30

# Maximum number of return / yield for function / method body
max-returns=10

class-const-naming-style = any
good-names =
  on,
  ws,
