[FORMAT]

max-line-length=80

[MESSAGES CONTROL]

disable=
  bad-indentation,
  consider-using-f-string,
  consider-using-with,
  duplicate-code,
  fixme,
  invalid-name,
  missing-class-docstring,
  missing-function-docstring,
  missing-module-docstring,
  too-many-arguments,
  too-many-branches,
  too-many-instance-attributes,
  too-many-lines,
  too-many-locals,
  too-many-statements,
  unspecified-encoding,
  wrong-import-position,

[REPORTS]

reports=no

[VARIABLES]

dummy-variables-rgx=^_.*$|dummy
