[MESSAGES CONTROL]
enable=useless-suppression
disable=
      cyclic-import,
      duplicate-code,
      import-error,
      import-outside-toplevel,
      invalid-name,
      missing-class-docstring,
      missing-function-docstring,
      missing-module-docstring,
      not-callable,
      pointless-statement,
      protected-access,
      raise-missing-from,
      too-few-public-methods,
      too-many-return-statements,
      unused-argument,

[FORMAT]
expected-line-ending-format=LF
max-line-length=99

[IMPORTS]
allow-any-import-level=attr,dataclasses,scrapy
