pylintrc 246 B

12345678910111213141516
  1. [MASTER]
  2. persistent=yes
  3. [FORMAT]
  4. # Maximum number of characters on a single line.
  5. max-line-length=120
  6. [DESIGN]
  7. max-args=6
  8. [MESSAGES CONTROL]
  9. disable=I0011
  10. [REPORTS]
  11. msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
  12. include-ids=yes