438 "M112": QCoreApplication.translate( |
438 "M112": QCoreApplication.translate( |
439 "MiscellaneousChecker", |
439 "MiscellaneousChecker", |
440 "copyright notice contains invalid author"), |
440 "copyright notice contains invalid author"), |
441 "M121": QCoreApplication.translate( |
441 "M121": QCoreApplication.translate( |
442 "MiscellaneousChecker", |
442 "MiscellaneousChecker", |
443 "blind except: statement"), # __IGNORE_WARNING__ |
443 "blind except: statement"), # __IGNORE_WARNING_M121__ |
444 "M131": QCoreApplication.translate( |
444 "M131": QCoreApplication.translate( |
445 "MiscellaneousChecker", |
445 "MiscellaneousChecker", |
446 '"{0}" is a Python builtin and is being shadowed; ' |
446 '"{0}" is a Python builtin and is being shadowed; ' |
447 'consider renaming the variable'), |
447 'consider renaming the variable'), |
448 "M132": QCoreApplication.translate( |
448 "M132": QCoreApplication.translate( |