57 "E122": QCoreApplication.translate( |
57 "E122": QCoreApplication.translate( |
58 "pycodestyle", "continuation line missing indentation or outdented" |
58 "pycodestyle", "continuation line missing indentation or outdented" |
59 ), |
59 ), |
60 "E123": QCoreApplication.translate( |
60 "E123": QCoreApplication.translate( |
61 "pycodestyle", |
61 "pycodestyle", |
62 "closing bracket does not match indentation of opening" " bracket's line", |
62 "closing bracket does not match indentation of opening bracket's line", |
63 ), |
63 ), |
64 "E124": QCoreApplication.translate( |
64 "E124": QCoreApplication.translate( |
65 "pycodestyle", "closing bracket does not match visual indentation" |
65 "pycodestyle", "closing bracket does not match visual indentation" |
66 ), |
66 ), |
67 "E125": QCoreApplication.translate( |
67 "E125": QCoreApplication.translate( |
147 "E304": QCoreApplication.translate( |
147 "E304": QCoreApplication.translate( |
148 "pycodestyle", "blank lines found after function decorator" |
148 "pycodestyle", "blank lines found after function decorator" |
149 ), |
149 ), |
150 "E305": QCoreApplication.translate( |
150 "E305": QCoreApplication.translate( |
151 "pycodestyle", |
151 "pycodestyle", |
152 "expected {0} blank lines after class or function definition," " found {1}", |
152 "expected {0} blank lines after class or function definition, found {1}", |
153 ), |
153 ), |
154 "E306": QCoreApplication.translate( |
154 "E306": QCoreApplication.translate( |
155 "pycodestyle", "expected {0} blank lines before a nested definition, found {1}" |
155 "pycodestyle", "expected {0} blank lines before a nested definition, found {1}" |
156 ), |
156 ), |
157 "E307": QCoreApplication.translate( |
157 "E307": QCoreApplication.translate( |