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 = [
5151 " arguments-renamed" ,
5252 " attribute-defined-outside-init" ,
5353 " broad-except" ,
54- " consider-using-generator" ,
5554 " cyclic-import" ,
5655 " duplicate-code" ,
57- " fixme" ,
58- " implicit-str-concat" ,
5956 " import-outside-toplevel" ,
6057 " invalid-name" ,
6158 " missing-class-docstring" ,
@@ -68,7 +65,6 @@ disable = [
6865 " redefined-builtin" ,
6966 " redefined-outer-name" ,
7067 " signature-differs" ,
71- " super-with-arguments" ,
7268 " too-few-public-methods" ,
7369 " too-many-ancestors" ,
7470 " too-many-arguments" ,
@@ -77,11 +73,8 @@ disable = [
7773 " too-many-lines" ,
7874 " too-many-locals" ,
7975 " too-many-statements" ,
80- " unexpected-keyword-arg" ,
8176 " unsubscriptable-object" ,
8277 " unused-argument" ,
83- " useless-import-alias" ,
84- " useless-object-inheritance" ,
8578
8679]
8780
You can’t perform that action at this time.
0 commit comments