169 "Y907": QCoreApplication.translate( |
169 "Y907": QCoreApplication.translate( |
170 "SimplifyChecker", '''Use "Optional[{0}]" instead of "{1}"''' |
170 "SimplifyChecker", '''Use "Optional[{0}]" instead of "{1}"''' |
171 ), |
171 ), |
172 "Y909": QCoreApplication.translate( |
172 "Y909": QCoreApplication.translate( |
173 "SimplifyChecker", '''Remove reflexive assignment "{0}"''' |
173 "SimplifyChecker", '''Remove reflexive assignment "{0}"''' |
|
174 ), |
|
175 "Y910": QCoreApplication.translate( |
|
176 "SimplifyChecker", '''Use "{0}" instead of "{1}"''' |
174 ), |
177 ), |
175 } |
178 } |
176 |
179 |
177 _simplifyMessagesSampleArgs = { |
180 _simplifyMessagesSampleArgs = { |
178 # Python-specifics |
181 # Python-specifics |