src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

branch
eric7
changeset 10882
4e6556be3907
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10881:c20d7e202152 10882:4e6556be3907
90 "pycodestyle", "closing bracket is missing indentation" 90 "pycodestyle", "closing bracket is missing indentation"
91 ), 91 ),
92 "E201": QCoreApplication.translate("pycodestyle", "whitespace after '{0}'"), 92 "E201": QCoreApplication.translate("pycodestyle", "whitespace after '{0}'"),
93 "E202": QCoreApplication.translate("pycodestyle", "whitespace before '{0}'"), 93 "E202": QCoreApplication.translate("pycodestyle", "whitespace before '{0}'"),
94 "E203": QCoreApplication.translate("pycodestyle", "whitespace before '{0}'"), 94 "E203": QCoreApplication.translate("pycodestyle", "whitespace before '{0}'"),
95 "E204": QCoreApplication.translate("pycodestyle", "whitespace after decorator '@'"),
95 "E211": QCoreApplication.translate("pycodestyle", "whitespace before '{0}'"), 96 "E211": QCoreApplication.translate("pycodestyle", "whitespace before '{0}'"),
96 "E221": QCoreApplication.translate( 97 "E221": QCoreApplication.translate(
97 "pycodestyle", "multiple spaces before operator" 98 "pycodestyle", "multiple spaces before operator"
98 ), 99 ),
99 "E222": QCoreApplication.translate("pycodestyle", "multiple spaces after operator"), 100 "E222": QCoreApplication.translate("pycodestyle", "multiple spaces after operator"),

eric ide

mercurial