146 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> |
146 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> |
147 <FiletypeAssociation pattern="*.ui" type="FORMS"/> |
147 <FiletypeAssociation pattern="*.ui" type="FORMS"/> |
148 <FiletypeAssociation pattern="*.ui.h" type="FORMS"/> |
148 <FiletypeAssociation pattern="*.ui.h" type="FORMS"/> |
149 <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/> |
149 <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/> |
150 </FiletypeAssociations> |
150 </FiletypeAssociations> |
|
151 <Checkers> |
|
152 <CheckersParams> |
|
153 <dict> |
|
154 <key> |
|
155 <string>Pep8Checker</string> |
|
156 </key> |
|
157 <value> |
|
158 <dict> |
|
159 <key> |
|
160 <string>DocstringType</string> |
|
161 </key> |
|
162 <value> |
|
163 <string>eric</string> |
|
164 </value> |
|
165 <key> |
|
166 <string>ExcludeFiles</string> |
|
167 </key> |
|
168 <value> |
|
169 <string>*/Ui_*.py</string> |
|
170 </value> |
|
171 <key> |
|
172 <string>ExcludeMessages</string> |
|
173 </key> |
|
174 <value> |
|
175 <string>W293, N802, N803, N807, N808, N821</string> |
|
176 </value> |
|
177 <key> |
|
178 <string>FixCodes</string> |
|
179 </key> |
|
180 <value> |
|
181 <string></string> |
|
182 </value> |
|
183 <key> |
|
184 <string>FixIssues</string> |
|
185 </key> |
|
186 <value> |
|
187 <bool>False</bool> |
|
188 </value> |
|
189 <key> |
|
190 <string>HangClosing</string> |
|
191 </key> |
|
192 <value> |
|
193 <bool>False</bool> |
|
194 </value> |
|
195 <key> |
|
196 <string>IncludeMessages</string> |
|
197 </key> |
|
198 <value> |
|
199 <string></string> |
|
200 </value> |
|
201 <key> |
|
202 <string>MaxLineLength</string> |
|
203 </key> |
|
204 <value> |
|
205 <int>79</int> |
|
206 </value> |
|
207 <key> |
|
208 <string>NoFixCodes</string> |
|
209 </key> |
|
210 <value> |
|
211 <string>E501</string> |
|
212 </value> |
|
213 <key> |
|
214 <string>RepeatMessages</string> |
|
215 </key> |
|
216 <value> |
|
217 <bool>True</bool> |
|
218 </value> |
|
219 </dict> |
|
220 </value> |
|
221 </dict> |
|
222 </CheckersParams> |
|
223 </Checkers> |
151 </Project> |
224 </Project> |