@@ -19,83 +19,29 @@ disable = [
1919 " unnecessary-dunder-call" ,
2020
2121 # Black exceptions
22- " bad-continuation" ,
23- " bad-whitespace" ,
2422
2523 # Google pylint exceptions (https://google.github.io/styleguide/pyguide.html)
2624 " abstract-method" ,
27- " apply-builtin" ,
2825 " arguments-differ" ,
2926 " attribute-defined-outside-init" ,
30- " backtick" ,
31- " bad-option-value" ,
32- " basestring-builtin" ,
33- " buffer-builtin" ,
3427 " c-extension-no-member" ,
3528 " consider-using-enumerate" ,
36- " cmp-builtin" ,
37- " cmp-method" ,
38- " coerce-builtin" ,
39- " coerce-method" ,
40- " delslice-method" ,
41- " div-method" ,
4229 " duplicate-code" ,
43- " eq-without-hash" ,
44- " execfile-builtin" ,
45- " file-builtin" ,
46- " filter-builtin-not-iterating" ,
4730 " fixme" ,
48- " getslice-method" ,
4931 " global-statement" ,
50- " hex-method" ,
51- " idiv-method" ,
52- " implicit-str-concat-in-sequence" ,
32+ " implicit-str-concat" ,
5333 " import-error" ,
5434 " import-self" ,
55- " import-star-module-level" ,
5635 " inconsistent-return-statements" ,
57- " input-builtin" ,
58- " intern-builtin" ,
59- " invalid-str-codec" ,
60- " locally-disabled" ,
61- " long-builtin" ,
62- " long-suffix" ,
63- " map-builtin-not-iterating" ,
64- " misplaced-comparison-constant" ,
36+ " misplaced-format-function" ,
6537 " missing-function-docstring" ,
66- " metaclass-assignment" ,
67- " next-method-called" ,
68- " next-method-defined" ,
69- " no-absolute-import" ,
7038 " no-else-break" ,
7139 " no-else-continue" ,
7240 " no-else-raise" ,
7341 " no-else-return" ,
74- " no-init" ,
7542 " no-member" ,
7643 " no-name-in-module" ,
77- " no-self-use" ,
78- " nonzero-method" ,
79- " oct-method" ,
80- " old-division" ,
81- " old-ne-operator" ,
82- " old-octal-literal" ,
83- " old-raise-syntax" ,
84- " parameter-unpacking" ,
85- " print-statement" ,
86- " raising-string" ,
87- " range-builtin-not-iterating" ,
88- " raw_input-builtin" ,
89- " rdiv-method" ,
90- " reduce-builtin" ,
91- " relative-import" ,
92- " reload-builtin" ,
93- " round-builtin" ,
94- " setslice-method" ,
9544 " signature-differs" ,
96- " standarderror-builtin" ,
97- " suppressed-message" ,
98- " sys-max-int" ,
9945 " too-few-public-methods" ,
10046 " too-many-ancestors" ,
10147 " too-many-arguments" ,
@@ -108,17 +54,10 @@ disable = [
10854 " too-many-return-statements" ,
10955 " too-many-statements" ,
11056 " trailing-newlines" ,
111- " unichr-builtin" ,
112- " unicode-builtin" ,
11357 " unnecessary-pass" ,
114- " unpacking-in-except" ,
11558 " useless-else-on-loop" ,
11659 " useless-object-inheritance" ,
117- " useless-suppression" ,
118- " using-cmp-argument" ,
11960 " wrong-import-order" ,
120- " xrange-builtin" ,
121- " zip-builtin-not-iterating"
12261]
12362
12463[tool .yamlfix ]
0 commit comments