[MASTER]
reports=no
max-line-length=120
max-args=8
good-names=id


disable=
  protected-access,
  too-many-instance-attributes,
  too-many-public-methods,
  too-many-arguments


[EXCEPTIONS]
overgeneral-exceptions=Exception
