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.
2 parents 79a0c11 + cea78fc commit 2f511cfCopy full SHA for 2f511cf
.pylintrc
@@ -0,0 +1,30 @@
1
+[MASTER]
2
+max-line-length=120
3
+[MESSAGES CONTROL]
4
+disable=bare-except,
5
+ broad-except,
6
+ c-extension-no-member,
7
+ consider-iterating-dictionary,
8
+ duplicate-code,
9
+ fixme,
10
+ invalid-name,
11
+ import-error,
12
+ missing-docstring,
13
+ no-name-in-module,
14
+ too-few-public-methods,
15
+ too-many-branches,
16
+ too-many-boolean-expressions,
17
+ too-many-instance-attributes,
18
+ too-many-statements,
19
+ too-many-arguments,
20
+ too-many-locals,
21
+ ungrouped-imports,
22
+ unused-argument,
23
+ useless-super-delegation,
24
+ protected-access,
25
+ relative-beyond-top-level,
26
+ simplifiable-if-expression,
27
+ too-many-lines,
28
+ raise-missing-from,
29
+ unnecessary-lambda,
30
+ trailing-whitespace
0 commit comments