136 "D250", "D251", "D252", "D253", |
136 "D250", "D251", "D252", "D253", |
137 "D260", "D261", "D262", "D263", |
137 "D260", "D261", "D262", "D263", |
138 ] |
138 ] |
139 |
139 |
140 def __init__(self, source, filename, select, ignore, expected, repeat, |
140 def __init__(self, source, filename, select, ignore, expected, repeat, |
141 maxLineLength=79, docType="pep257"): |
141 maxLineLength=88, docType="pep257"): |
142 """ |
142 """ |
143 Constructor |
143 Constructor |
144 |
144 |
145 @param source source code to be checked (list of string) |
145 @param source source code to be checked (list of string) |
146 @param filename name of the source file (string) |
146 @param filename name of the source file (string) |