Skip to content
Snippets Groups Projects
.pylintrc 180 B
Newer Older
  • Learn to ignore specific revisions
  • [MASTER]
    load-plugins=pylint_common, pylint_django, pylint_celery 
    
    [FORMAT]
    max-line-length=120
    
    [MESSAGES CONTROL]
    disable=missing-docstring,invalid-name
    
    [DESIGN]
    max-parents=13