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"), |