File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ def tempfile_suffix(self):
107
107
'C0202' : r"Class method (?P<near>.*) should have" ,
108
108
'C0203' : r"Metaclass method (?P<near>.*) should have" ,
109
109
'C0204' : r"Metaclass class method (?P<near>.*) should have" ,
110
+ 'C0301' : r"Line too long \(\d+/(?P<col>\d+)\)" ,
110
111
'C0325' : r"Unnecessary parens after '(?P<near>.*)' keyword" ,
111
112
'E0001' : r'unknown encoding: (?P<near>.*)' , # can also be 'invalid syntax', 'EOF in multi-line statement'
112
113
'E0011' : r"Unrecognized file option '(?P<near>.*)'" ,
@@ -197,7 +198,6 @@ def tempfile_suffix(self):
197
198
messages_no_column = [
198
199
'C0111' , # mssing docstring for modules, classes and methods
199
200
'C0112' , # empty docstring for modules, classes and methods
200
- 'C0301' ,
201
201
'C0302' ,
202
202
'C0303' ,
203
203
'C0304' ,
You can’t perform that action at this time.
0 commit comments