--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Sun Jun 17 16:56:10 2018 +0200 +++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Sun Jun 17 18:22:57 2018 +0200 @@ -99,6 +99,12 @@ 'F28': QCoreApplication.translate( 'pyFlakes', "Assertion is always true, perhaps remove parentheses?"), + 'F29': QCoreApplication.translate( + 'pyFlakes', + "syntax error in forward annotation {0!r}"), + 'F30': QCoreApplication.translate( + 'pyFlakes', + "'raise NotImplemented' should be 'raise NotImplementedError'"), }