-
Notifications
You must be signed in to change notification settings - Fork 3
/
.pylintrc
38 lines (38 loc) · 969 Bytes
/
.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
[MESSAGES CONTROL]
disable=duplicate-code,
line-too-long,
too-many-locals,
too-many-branches,
too-many-statements,
missing-module-docstring,
missing-function-docstring,
missing-class-docstring,
unused-variable,
consider-using-f-string,
redefined-outer-name,
protected-access,
unused-wildcard-import,
raise-missing-from,
bare-except,
consider-merging-isinstance,
consider-using-dict-items,
consider-using-with,
import-error,
inconsistent-return-statements,
missing-final-newline,
no-else-break,
no-else-continue,
no-else-return,
pointless-exception-statement,
redefined-builtin,
superfluous-parens,
too-few-public-methods,
too-many-lines,
too-many-public-methods,
trailing-whitespace,
undefined-variable,
unidiomatic-typecheck,
unspecified-encoding,
useless-object-inheritance,
wildcard-import,
attribute-defined-outside-init