Show More
@@ -199,6 +199,7 b' pypats = [' | |||
|
199 | 199 | "always assign an opened file to a variable, and close it afterwards"), |
|
200 | 200 | (r'(?i)descendent', "the proper spelling is descendAnt"), |
|
201 | 201 | (r'\.debug\(\_', "don't mark debug messages for translation"), |
|
202 | (r'\.strip\(\)\.split\(\)', "no need to strip before splitting"), | |
|
202 | 203 | ], |
|
203 | 204 | # warnings |
|
204 | 205 | [ |
General Comments 0
You need to be logged in to leave comments.
Login now