File tree 1 file changed +30
-2
lines changed
1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
[MESSAGES CONTROL]
2
- disable =R,
2
+ disable =
3
3
# W start
4
4
redefined-builtin,
5
5
broad-exception-caught,
@@ -46,7 +46,35 @@ disable=R,
46
46
consider-using-enumerate,
47
47
unnecessary-lambda-assignment,
48
48
consider-using-dict-items,
49
- consider-iterating-dictionary
49
+ consider-iterating-dictionary,
50
+ # R start
51
+ duplicate-code,
52
+ consider-using-with,
53
+ too-many-statements,
54
+ too-many-branches,
55
+ use-list-literal,
56
+ simplifiable-if-statement,
57
+ too-many-locals,
58
+ too-many-arguments,
59
+ no-else-return,
60
+ too-few-public-methods,
61
+ consider-using-min-builtin,
62
+ comparison-with-itself,
63
+ too-many-return-statements,
64
+ no-else-continue,
65
+ no-else-break,
66
+ inconsistent-return-statements,
67
+ consider-using-in,
68
+ too-many-nested-blocks,
69
+ too-many-public-methods,
70
+ consider-using-sys-exit,
71
+ use-dict-literal,
72
+ chained-comparison,
73
+ too-many-instance-attributes,
74
+ consider-using-join,
75
+ too-many-boolean-expressions,
76
+ useless-object-inheritance,
77
+ use-a-generator
50
78
[REPORTS]
51
79
reports =no
52
80
[TYPECHECK]
You can’t perform that action at this time.
0 commit comments