.pylintrc 154 B

12345678910
  1. [MASTER]
  2. [MESSAGES CONTROL]
  3. disable=too-few-public-methods,import-error,too-many-instance-attributes
  4. [FORMAT]
  5. max-line-length=150
  6. [BASIC]
  7. good-names=i