We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf7857 commit 1c58a64Copy full SHA for 1c58a64
.pylintrc
@@ -15,6 +15,7 @@ disable=
15
bad-mcs-classmethod-argument,
16
bare-except,
17
broad-except,
18
+ cyclic-import,
19
duplicate-bases,
20
duplicate-code,
21
eval-used,
@@ -30,6 +31,7 @@ disable=
30
31
no-self-argument,
32
no-staticmethod-decorator,
33
not-callable,
34
+ possibly-used-before-assignment,
35
protected-access,
36
raise-missing-from,
37
redefined-outer-name,
@@ -40,8 +42,10 @@ disable=
40
42
too-many-lines,
41
43
too-many-locals,
44
too-many-nested-blocks,
45
+ too-many-positional-arguments,
46
too-many-public-methods,
47
too-many-statements,
48
+ used-before-assignment,
49
wrong-import-position,
50
wrong-import-order,
51
ungrouped-imports,
0 commit comments