@@ -51,19 +51,8 @@ disable=too-many-arguments,
51
51
too-many-branches,
52
52
too-many-lines,
53
53
line-too-long,
54
- bad-continuation,
55
54
similarities,
56
- print-statement,
57
- parameter-unpacking,
58
- unpacking-in-except,
59
- old-raise-syntax,
60
- backtick,
61
- long-suffix,
62
- old-ne-operator,
63
- old-octal-literal,
64
55
import-error,
65
- import-star-module-level,
66
- non-ascii-bytes-literal,
67
56
raw-checker-failed,
68
57
bad-inline-option,
69
58
locally-disabled,
@@ -72,67 +61,6 @@ disable=too-many-arguments,
72
61
useless-suppression,
73
62
deprecated-pragma,
74
63
use-symbolic-message-instead,
75
- apply-builtin,
76
- basestring-builtin,
77
- buffer-builtin,
78
- cmp-builtin,
79
- coerce-builtin,
80
- execfile-builtin,
81
- file-builtin,
82
- long-builtin,
83
- raw_input-builtin,
84
- reduce-builtin,
85
- standarderror-builtin,
86
- unicode-builtin,
87
- xrange-builtin,
88
- coerce-method,
89
- delslice-method,
90
- getslice-method,
91
- setslice-method,
92
- no-absolute-import,
93
- old-division,
94
- dict-iter-method,
95
- dict-view-method,
96
- next-method-called,
97
- metaclass-assignment,
98
- indexing-exception,
99
- raising-string,
100
- reload-builtin,
101
- oct-method,
102
- hex-method,
103
- nonzero-method,
104
- cmp-method,
105
- input-builtin,
106
- round-builtin,
107
- intern-builtin,
108
- unichr-builtin,
109
- map-builtin-not-iterating,
110
- zip-builtin-not-iterating,
111
- range-builtin-not-iterating,
112
- filter-builtin-not-iterating,
113
- using-cmp-argument,
114
- eq-without-hash,
115
- div-method,
116
- idiv-method,
117
- rdiv-method,
118
- exception-message-attribute,
119
- invalid-str-codec,
120
- sys-max-int,
121
- bad-python3-import,
122
- deprecated-string-function,
123
- deprecated-str-translate-call,
124
- deprecated-itertools-function,
125
- deprecated-types-field,
126
- next-method-defined,
127
- dict-items-not-iterating,
128
- dict-keys-not-iterating,
129
- dict-values-not-iterating,
130
- deprecated-operator-function,
131
- deprecated-urllib-function,
132
- xreadlines-attribute,
133
- deprecated-sys-function,
134
- exception-escape,
135
- comprehension-escape,
136
64
invalid-name
137
65
138
66
# Enable the message, report, category or checker with the given id(s). You can
@@ -572,5 +500,5 @@ valid-metaclass-classmethod-first-arg=cls
572
500
573
501
# Exceptions that will emit a warning when being caught. Defaults to
574
502
# "BaseException, Exception".
575
- overgeneral-exceptions =BaseException,
576
- Exception
503
+ overgeneral-exceptions =builtins. BaseException,
504
+ builtins. Exception
0 commit comments