File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,8 @@ disable = [
51
51
" arguments-renamed" ,
52
52
" attribute-defined-outside-init" ,
53
53
" broad-except" ,
54
- " consider-using-generator" ,
55
54
" cyclic-import" ,
56
55
" duplicate-code" ,
57
- " fixme" ,
58
- " implicit-str-concat" ,
59
56
" import-outside-toplevel" ,
60
57
" invalid-name" ,
61
58
" missing-class-docstring" ,
@@ -68,7 +65,6 @@ disable = [
68
65
" redefined-builtin" ,
69
66
" redefined-outer-name" ,
70
67
" signature-differs" ,
71
- " super-with-arguments" ,
72
68
" too-few-public-methods" ,
73
69
" too-many-ancestors" ,
74
70
" too-many-arguments" ,
@@ -77,11 +73,8 @@ disable = [
77
73
" too-many-lines" ,
78
74
" too-many-locals" ,
79
75
" too-many-statements" ,
80
- " unexpected-keyword-arg" ,
81
76
" unsubscriptable-object" ,
82
77
" unused-argument" ,
83
- " useless-import-alias" ,
84
- " useless-object-inheritance" ,
85
78
86
79
]
87
80
You can’t perform that action at this time.
0 commit comments