pylintrc 218 B

123456789101112
  1. [REPORTS]
  2. # Tells whether to display a full report or only the messages
  3. reports=no
  4. [FORMAT]
  5. # Maximum number of characters on a single line.
  6. max-line-length=80
  7. # String used as indentation unit.
  8. indent-string=' '