-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.pylintrc
More file actions
33 lines (32 loc) · 772 Bytes
/
.pylintrc
File metadata and controls
33 lines (32 loc) · 772 Bytes
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
[MASTER]
disable=
# disabled by me,
bad-indentation,
duplicate-code,
too-many-statements,
too-many-branches,
import-error,
too-few-public-methods,
too-many-instance-attributes,
invalid-name,
fixme,
too-many-arguments,
useless-object-inheritance,
literal-comparison,
no-else-return,
len-as-condition,
inconsistent-return-statements,
too-many-public-methods,
anomalous-backslash-in-string,
too-many-return-statements,
protected-access,
unnecessary-pass,
relative-beyond-top-level,
misplaced-bare-raise,
too-many-nested-blocks,
attribute-defined-outside-init,
use-dict-literal,
use-list-literal,
multiple-statements,
broad-except,
consider-using-f-string