-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpylintrc
More file actions
27 lines (26 loc) · 699 Bytes
/
pylintrc
File metadata and controls
27 lines (26 loc) · 699 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
[MASTER]
disable=duplicate-code,
fixme,
invalid-name,
missing-docstring,
not-async-context-manager,
protected-access,
redefined-outer-name,
too-few-public-methods,
too-many-ancestors,
too-many-arguments,
too-many-boolean-expressions,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
unused-argument,
unused-variable,
wrong-spelling-in-comment,
wrong-spelling-in-docstring
[REPORTS]
score=no