144 'F42': QCoreApplication.translate( |
144 'F42': QCoreApplication.translate( |
145 'pyFlakes', |
145 'pyFlakes', |
146 "'...' % ... has unsupported format character {0!r}"), |
146 "'...' % ... has unsupported format character {0!r}"), |
147 'F43': QCoreApplication.translate( |
147 'F43': QCoreApplication.translate( |
148 'pyFlakes', |
148 'pyFlakes', |
149 "'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)"), |
149 "'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)"), |
150 'F44': QCoreApplication.translate( |
150 'F44': QCoreApplication.translate( |
151 'pyFlakes', |
151 'pyFlakes', |
152 "'...' % ... has unused named argument(s): {0}"), |
152 "'...' % ... has unused named argument(s): {0}"), |
153 'F45': QCoreApplication.translate( |
153 'F45': QCoreApplication.translate( |
154 'pyFlakes', |
154 'pyFlakes', |