-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.pylintrc
More file actions
26 lines (26 loc) · 744 Bytes
/
.pylintrc
File metadata and controls
26 lines (26 loc) · 744 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
[MESSAGES CONTROL]
enable=useless-suppression
disable=missing-module-docstring,
invalid-name,
missing-function-docstring,
too-many-arguments,
missing-class-docstring,
too-few-public-methods,
too-many-instance-attributes,
too-many-locals,
similarities,
protected-access,
global-statement,
broad-except,
too-many-branches,
too-many-statements,
too-many-public-methods,
too-many-return-statements,
too-many-lines,
import-outside-toplevel,
consider-using-f-string,
abstract-method,
fixme,
attribute-defined-outside-init,
superfluous-parens,
broad-exception-raised