--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Fri Jan 20 18:46:09 2017 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Fri Jan 20 18:55:28 2017 +0100 @@ -237,6 +237,9 @@ "E721": QCoreApplication.translate( "pycodestyle", "do not compare types, use 'isinstance()'"), + "E722": QCoreApplication.translate( + "pycodestyle", + "do not use bare except"), "E731": QCoreApplication.translate( "pycodestyle", "do not assign a lambda expression, use a def"),