514 "print statement found"), |
514 "print statement found"), |
515 "M811": QCoreApplication.translate( |
515 "M811": QCoreApplication.translate( |
516 "MiscellaneousChecker", |
516 "MiscellaneousChecker", |
517 "one element tuple found"), |
517 "one element tuple found"), |
518 "M821": QCoreApplication.translate( |
518 "M821": QCoreApplication.translate( |
|
519 "MiscellaneousChecker", |
|
520 "mutable default argument of type {0}"), |
|
521 "M822": QCoreApplication.translate( |
519 "MiscellaneousChecker", |
522 "MiscellaneousChecker", |
520 "mutable default argument of type {0}"), |
523 "mutable default argument of type {0}"), |
521 "M901": QCoreApplication.translate( |
524 "M901": QCoreApplication.translate( |
522 "MiscellaneousChecker", |
525 "MiscellaneousChecker", |
523 "{0}: {1}"), |
526 "{0}: {1}"), |
708 "M631": [5], |
711 "M631": [5], |
709 "M632": ["foo"], |
712 "M632": ["foo"], |
710 "M701": ["print_function, unicode_literals", "print_function"], |
713 "M701": ["print_function, unicode_literals", "print_function"], |
711 "M702": ["print_function, unicode_literals"], |
714 "M702": ["print_function, unicode_literals"], |
712 "M821": ["Dict"], |
715 "M821": ["Dict"], |
|
716 "M822": ["Call"], |
713 "M901": ["SyntaxError", "Invalid Syntax"], |
717 "M901": ["SyntaxError", "Invalid Syntax"], |
714 "FWRITE_ERROR": ["IOError"], |
718 "FWRITE_ERROR": ["IOError"], |
715 } |
719 } |
716 |
720 |
717 |
721 |