26:e4135114d483 | 27:25ff8953e335 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> | 2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> |
3 <!-- eric project file for project PluginPyInstaller --> | 3 <!-- eric project file for project PluginPyInstaller --> |
4 <!-- Copyright (C) 2018 Detlev Offenbach, detlev@die-offenbachs.de --> | 4 <!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de --> |
5 <Project version="5.1"> | 5 <Project version="5.1"> |
6 <Language>en_US</Language> | 6 <Language>en_US</Language> |
7 <Hash>3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13</Hash> | 7 <Hash>3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13</Hash> |
8 <ProgLanguage mixed="0">Python3</ProgLanguage> | 8 <ProgLanguage mixed="0">Python3</ProgLanguage> |
9 <ProjectType>E6Plugin</ProjectType> | 9 <ProjectType>E6Plugin</ProjectType> |
232 <string>Pep8Checker</string> | 232 <string>Pep8Checker</string> |
233 </key> | 233 </key> |
234 <value> | 234 <value> |
235 <dict> | 235 <dict> |
236 <key> | 236 <key> |
237 <string>AnnotationsChecker</string> | |
238 </key> | |
239 <value> | |
240 <dict> | |
241 <key> | |
242 <string>MaximumComplexity</string> | |
243 </key> | |
244 <value> | |
245 <int>3</int> | |
246 </value> | |
247 <key> | |
248 <string>MinimumCoverage</string> | |
249 </key> | |
250 <value> | |
251 <int>75</int> | |
252 </value> | |
253 </dict> | |
254 </value> | |
255 <key> | |
256 <string>BlankLines</string> | |
257 </key> | |
258 <value> | |
259 <tuple> | |
260 <int>2</int> | |
261 <int>1</int> | |
262 </tuple> | |
263 </value> | |
264 <key> | |
237 <string>BuiltinsChecker</string> | 265 <string>BuiltinsChecker</string> |
238 </key> | 266 </key> |
239 <value> | 267 <value> |
240 <dict> | 268 <dict> |
241 <key> | 269 <key> |
263 </list> | 291 </list> |
264 </value> | 292 </value> |
265 </dict> | 293 </dict> |
266 </value> | 294 </value> |
267 <key> | 295 <key> |
296 <string>CommentedCodeChecker</string> | |
297 </key> | |
298 <value> | |
299 <dict> | |
300 <key> | |
301 <string>Aggressive</string> | |
302 </key> | |
303 <value> | |
304 <bool>False</bool> | |
305 </value> | |
306 </dict> | |
307 </value> | |
308 <key> | |
268 <string>CopyrightAuthor</string> | 309 <string>CopyrightAuthor</string> |
269 </key> | 310 </key> |
270 <value> | 311 <value> |
271 <string></string> | 312 <string></string> |
272 </value> | 313 </value> |
290 </value> | 331 </value> |
291 <key> | 332 <key> |
292 <string>ExcludeMessages</string> | 333 <string>ExcludeMessages</string> |
293 </key> | 334 </key> |
294 <value> | 335 <value> |
295 <string>C101, E265, E266, E305, E402, M811, N802, N803, N807, N808, N821, W293, M201</string> | 336 <string>A, C101, E265, E266, E305, E402, M201, M811, N802, N803, N807, N808, N821, W293, W504</string> |
296 </value> | 337 </value> |
297 <key> | 338 <key> |
298 <string>FixCodes</string> | 339 <string>FixCodes</string> |
299 </key> | 340 </key> |
300 <value> | 341 <value> |
339 <key> | 380 <key> |
340 <string>MaxCodeComplexity</string> | 381 <string>MaxCodeComplexity</string> |
341 </key> | 382 </key> |
342 <value> | 383 <value> |
343 <int>10</int> | 384 <int>10</int> |
385 </value> | |
386 <key> | |
387 <string>MaxDocLineLength</string> | |
388 </key> | |
389 <value> | |
390 <int>79</int> | |
344 </value> | 391 </value> |
345 <key> | 392 <key> |
346 <string>MaxLineLength</string> | 393 <string>MaxLineLength</string> |
347 </key> | 394 </key> |
348 <value> | 395 <value> |