Skip to content

Instantly share code, notes, and snippets.

@anlutro
Created August 31, 2017 10:09
Show Gist options
  • Save anlutro/4219a9ec1270df484df4246a481ea01c to your computer and use it in GitHub Desktop.
Save anlutro/4219a9ec1270df484df4246a481ea01c to your computer and use it in GitHub Desktop.
Pylint config file template
[MASTER]
#load-plugins = plugin1, plugin2
[REPORTS]
reports = no
output-format = colorized
[FORMAT]
#indent-string = \t
[MESSAGES CONTROL]
good-names = _, e
disable = locally-disabled, locally-enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment