blob: 2337bd307129a9b6621aa9fdcaf62f5dc79270fd [file] [log] [blame]
Borjan Tchakaloffb32bf932018-10-31 21:20:20 +01001[MASTER]
2
3# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
4# number of processors available to use.
5jobs=0
6
7
8[REPORTS]
9
10# Set the output format. Available formats are text, parseable, colorized, json
11# and msvs (visual studio). You can also give a reporter class, e.g.
12# mypackage.mymodule.MyReporterClass.
13output-format=colorized
14
15
16[FORMAT]
17
18# Maximum number of characters on a single line.
Karsten Tausche3995ae82023-02-07 10:28:29 +010019max-line-length=100
Borjan Tchakaloffb32bf932018-10-31 21:20:20 +010020
Karsten Tauschec79cb042019-01-22 18:01:14 +010021[BASIC]
22good-names=
23 e, # Allow: `except EType as e:` short variable name