PluginDjango.e4p

changeset 148
4cb7aa43845d
parent 125
d280acf98fb5
child 161
208fced62e00
equal deleted inserted replaced
147:17a08bd37c2b 148:4cb7aa43845d
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 PluginDjango --> 3 <!-- eric project file for project PluginDjango -->
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</Language> 6 <Language>en</Language>
7 <Hash>74ebac2e9316db59fdca32e146fa5ae695c66907</Hash> 7 <Hash>74ebac2e9316db59fdca32e146fa5ae695c66907</Hash>
8 <ProgLanguage mixed="0">Python3</ProgLanguage> 8 <ProgLanguage mixed="0">Python3</ProgLanguage>
9 <ProjectType>E6Plugin</ProjectType> 9 <ProjectType>E6Plugin</ProjectType>
68 <Other>PluginProjectDjango.zip</Other> 68 <Other>PluginProjectDjango.zip</Other>
69 <Other>ProjectDjango/APIs</Other> 69 <Other>ProjectDjango/APIs</Other>
70 <Other>ProjectDjango/Documentation/LICENSE.GPL3</Other> 70 <Other>ProjectDjango/Documentation/LICENSE.GPL3</Other>
71 <Other>ProjectDjango/Documentation/help</Other> 71 <Other>ProjectDjango/Documentation/help</Other>
72 <Other>ProjectDjango/Documentation/source</Other> 72 <Other>ProjectDjango/Documentation/source</Other>
73 <Other>ProjectDjango/icons/applied.png</Other> 73 <Other>ProjectDjango/icons/applied-dark.svg</Other>
74 <Other>ProjectDjango/icons/django.png</Other> 74 <Other>ProjectDjango/icons/applied-light.svg</Other>
75 <Other>ProjectDjango/icons/django64.png</Other> 75 <Other>ProjectDjango/icons/django-dark.svg</Other>
76 <Other>ProjectDjango/icons/django-light.svg</Other>
77 <Other>ProjectDjango/icons/django64-dark.svg</Other>
78 <Other>ProjectDjango/icons/django64-light.svg</Other>
76 </Others> 79 </Others>
77 <MainScript>PluginProjectDjango.py</MainScript> 80 <MainScript>PluginProjectDjango.py</MainScript>
78 <Vcs> 81 <Vcs>
79 <VcsType>Mercurial</VcsType> 82 <VcsType>Mercurial</VcsType>
80 <VcsOptions> 83 <VcsOptions>
253 <string>Pep8Checker</string> 256 <string>Pep8Checker</string>
254 </key> 257 </key>
255 <value> 258 <value>
256 <dict> 259 <dict>
257 <key> 260 <key>
261 <string>AnnotationsChecker</string>
262 </key>
263 <value>
264 <dict>
265 <key>
266 <string>MaximumComplexity</string>
267 </key>
268 <value>
269 <int>3</int>
270 </value>
271 <key>
272 <string>MinimumCoverage</string>
273 </key>
274 <value>
275 <int>75</int>
276 </value>
277 </dict>
278 </value>
279 <key>
280 <string>BlankLines</string>
281 </key>
282 <value>
283 <tuple>
284 <int>2</int>
285 <int>1</int>
286 </tuple>
287 </value>
288 <key>
258 <string>BuiltinsChecker</string> 289 <string>BuiltinsChecker</string>
259 </key> 290 </key>
260 <value> 291 <value>
261 <dict> 292 <dict>
262 <key> 293 <key>
284 </list> 315 </list>
285 </value> 316 </value>
286 </dict> 317 </dict>
287 </value> 318 </value>
288 <key> 319 <key>
320 <string>CommentedCodeChecker</string>
321 </key>
322 <value>
323 <dict>
324 <key>
325 <string>Aggressive</string>
326 </key>
327 <value>
328 <bool>False</bool>
329 </value>
330 </dict>
331 </value>
332 <key>
289 <string>CopyrightAuthor</string> 333 <string>CopyrightAuthor</string>
290 </key> 334 </key>
291 <value> 335 <value>
292 <string></string> 336 <string></string>
293 </value> 337 </value>
311 </value> 355 </value>
312 <key> 356 <key>
313 <string>ExcludeMessages</string> 357 <string>ExcludeMessages</string>
314 </key> 358 </key>
315 <value> 359 <value>
316 <string>C101, E265, E266, E305, E402, M811, N802, N803, N807, N808, N821, W293, M201</string> 360 <string>A, C101, E265, E266, E305, E402, M201, M301, M302, M303, M304, M305, M306, M307, M308, M311, M312, M313, M314, M315, M321, M701, M702, M811, M834, N802, N803, N807, N808, N821, W293, W504</string>
317 </value> 361 </value>
318 <key> 362 <key>
319 <string>FixCodes</string> 363 <string>FixCodes</string>
320 </key> 364 </key>
321 <value> 365 <value>
360 <key> 404 <key>
361 <string>MaxCodeComplexity</string> 405 <string>MaxCodeComplexity</string>
362 </key> 406 </key>
363 <value> 407 <value>
364 <int>10</int> 408 <int>10</int>
409 </value>
410 <key>
411 <string>MaxDocLineLength</string>
412 </key>
413 <value>
414 <int>79</int>
365 </value> 415 </value>
366 <key> 416 <key>
367 <string>MaxLineLength</string> 417 <string>MaxLineLength</string>
368 </key> 418 </key>
369 <value> 419 <value>

eric ide

mercurial