87 'F24': QCoreApplication.translate( |
87 'F24': QCoreApplication.translate( |
88 'pyFlakes', |
88 'pyFlakes', |
89 "'continue' not supported inside 'finally' clause"), |
89 "'continue' not supported inside 'finally' clause"), |
90 'F25': QCoreApplication.translate( |
90 'F25': QCoreApplication.translate( |
91 'pyFlakes', |
91 'pyFlakes', |
92 "Default 'except:' must be last"), |
92 "Default 'except:' must be last"), # __IGNORE_WARNING__ |
93 'F26': QCoreApplication.translate( |
93 'F26': QCoreApplication.translate( |
94 'pyFlakes', |
94 'pyFlakes', |
95 "Two starred expressions in assignment"), |
95 "Two starred expressions in assignment"), |
96 'F27': QCoreApplication.translate( |
96 'F27': QCoreApplication.translate( |
97 'pyFlakes', |
97 'pyFlakes', |