# pylint --generate-rcfile

[MASTER]
ignore-patterns=tests/

[MESSAGES CONTROL]

disable=W0511,  # TODOs
      ;   F0401,  # import loading
      ;   W0511,  # todos
      ;   E1101,  # function members
      ;   R0801,  # duplicate code
      ;   R0903,  # public methods
      ;   R0915   # too many statements