-
Notifications
You must be signed in to change notification settings - Fork 104
/
pylintrc
42 lines (41 loc) · 1.09 KB
/
pylintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[MASTER]
persistent=no
[MESSAGES CONTROL]
disable=bad-continuation,
bad-whitespace,
consider-using-in,
expression-not-assigned,
fixme,
implicit-str-concat,
import-error,
import-outside-toplevel,
inconsistent-return-statements,
invalid-name,
len-as-condition,
line-too-long,
missing-class-docstring,
missing-function-docstring,
missing-module-docstring,
multiple-imports,
no-else-continue,
no-else-return,
no-self-use,
raise-missing-from,
redefined-builtin,
redefined-outer-name,
too-many-arguments,
too-many-branches,
too-many-lines,
too-many-positional-arguments,
too-many-public-methods,
trailing-comma-tuple,
trailing-newlines,
trailing-whitespace,
unidiomatic-typecheck,
unnecessary-lambda-assignment,
unreachable,
unused-argument,
unused-variable,
useless-option-value,
wrong-import-order,
wrong-import-position