blob: 1de67aa78dc7e3dcb352e2ad87ee4bfa6be12e75 [file] [log] [blame]
[MASTER]
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
# number of processors available to use.
jobs=0
[REPORTS]
# Set the output format. Available formats are text, parseable, colorized, json
# and msvs (visual studio). You can also give a reporter class, e.g.
# mypackage.mymodule.MyReporterClass.
output-format=colorized
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80
[BASIC]
good-names=
e, # Allow: `except EType as e:` short variable name