File tree 1 file changed +1
-19
lines changed 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -60,33 +60,21 @@ confidence=
60
60
# --enable=similarities". If you want to run only the classes checker, but have
61
61
# no Warning level messages displayed, use "--disable=all --enable=classes
62
62
# --disable=W".
63
- disable=blacklisted-name,
64
- invalid-name,
63
+ disable=invalid-name,
65
64
missing-docstring,
66
65
empty-docstring,
67
- single-string-used-for-slots,
68
66
line-too-long,
69
67
too-many-lines,
70
68
bad-whitespace,
71
- mixed-line-endings,
72
- unexpected-line-ending-format,
73
69
bad-continuation,
74
- multiple-imports,
75
70
wrong-import-order,
76
71
ungrouped-imports,
77
72
wrong-import-position,
78
- method-hidden,
79
- misplaced-bare-raise,
80
73
too-many-function-args,
81
- print-statement,
82
- import-star-module-level,
83
74
locally-disabled,
84
- no-self-use,
85
- too-many-ancestors,
86
75
too-many-instance-attributes,
87
76
too-few-public-methods,
88
77
too-many-public-methods,
89
- too-many-return-statements,
90
78
too-many-branches,
91
79
too-many-arguments,
92
80
too-many-locals,
@@ -97,12 +85,6 @@ disable=blacklisted-name,
97
85
wildcard-import,
98
86
fixme,
99
87
broad-except,
100
- bad-format-string,
101
- unused-format-string-argument,
102
- no-absolute-import,
103
- dict-iter-method,
104
- oct-method,
105
- hex-method,
106
88
redefined-builtin,
107
89
no-else-return,
108
90
redefined-argument-from-local,
You can’t perform that action at this time.
0 commit comments