PluginWizardDataUriEncoder.epj

branch
eric7
changeset 61
6bd4923cc47f
parent 57
2bbbf54c8853
child 62
65920ee523b0
equal deleted inserted replaced
60:ef8a968ccd87 61:6bd4923cc47f
1 { 1 {
2 "header": { 2 "header": {
3 "comment": "eric project file for project PluginWizardDataUriEncoder", 3 "comment": "eric project file for project PluginWizardDataUriEncoder",
4 "copyright": "Copyright (C) 2022 Detlev Offenbach, detlev@die-offenbachs.de" 4 "copyright": "Copyright (C) 2023 Detlev Offenbach, detlev@die-offenbachs.de"
5 }, 5 },
6 "project": { 6 "project": {
7 "AUTHOR": "Detlev Offenbach", 7 "AUTHOR": "Detlev Offenbach",
8 "CHECKERSPARMS": { 8 "CHECKERSPARMS": {
9 "Pep8Checker": { 9 "Pep8Checker": {
10 "AnnotationsChecker": { 10 "AnnotationsChecker": {
11 "AllowStarArgAny": false, 11 "AllowStarArgAny": false,
12 "AllowUntypedDefs": false, 12 "AllowUntypedDefs": false,
13 "AllowUntypedNested": false, 13 "AllowUntypedNested": false,
14 "CheckFutureAnnotations": false,
14 "DispatchDecorators": [ 15 "DispatchDecorators": [
15 "singledispatch", 16 "singledispatch",
16 "singledispatchmethod" 17 "singledispatchmethod"
18 ],
19 "ExemptedTypingSymbols": [
20 ""
17 ], 21 ],
18 "ForceFutureAnnotations": false, 22 "ForceFutureAnnotations": false,
19 "MaximumComplexity": 3, 23 "MaximumComplexity": 3,
20 "MaximumLength": 7, 24 "MaximumLength": 7,
21 "MinimumCoverage": 75, 25 "MinimumCoverage": 75,
60 ] 64 ]
61 }, 65 },
62 "CopyrightAuthor": "", 66 "CopyrightAuthor": "",
63 "CopyrightMinFileSize": 0, 67 "CopyrightMinFileSize": 0,
64 "DocstringType": "eric_black", 68 "DocstringType": "eric_black",
65 "EnabledCheckerCategories": "C, D, E, M, N, S, Y, W", 69 "EnabledCheckerCategories": "C, D, E, I, L, M, NO, N, S, Y, U, W",
66 "ExcludeFiles": "*/Ui_*.py, */*_rc.py", 70 "ExcludeFiles": "*/Ui_*.py, */*_rc.py",
67 "ExcludeMessages": "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,Y119,Y401,Y402", 71 "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,M852,N802,N803,N807,N808,N821,W293,W504,Y119,Y401,Y402",
68 "FixCodes": "", 72 "FixCodes": "",
69 "FixIssues": false, 73 "FixIssues": false,
70 "FutureChecker": "", 74 "FutureChecker": "",
71 "HangClosing": false, 75 "HangClosing": false,
72 "ImportsChecker": { 76 "ImportsChecker": {
73 "ApplicationPackageNames": [], 77 "ApplicationPackageNames": [
78 "WizardDataUriEncoder",
79 "eric7"
80 ],
74 "BanRelativeImports": "", 81 "BanRelativeImports": "",
75 "BannedModules": [] 82 "BannedModules": []
76 }, 83 },
77 "IncludeMessages": "", 84 "IncludeMessages": "",
78 "LineComplexity": 25, 85 "LineComplexity": 25,
79 "LineComplexityScore": 10, 86 "LineComplexityScore": 10,
80 "MaxCodeComplexity": 10, 87 "MaxCodeComplexity": 10,
81 "MaxDocLineLength": 88, 88 "MaxDocLineLength": 88,
82 "MaxLineLength": 88, 89 "MaxLineLength": 88,
90 "NameOrderChecker": {
91 "ApplicationPackageNames": [
92 "WizardDataUriEncoder",
93 "eric7"
94 ],
95 "CombinedAsImports": false,
96 "SortCaseSensitive": false,
97 "SortFromFirst": false,
98 "SortIgnoringStyle": false,
99 "SortOrder": "natural"
100 },
83 "NoFixCodes": "E501", 101 "NoFixCodes": "E501",
84 "RepeatMessages": true, 102 "RepeatMessages": true,
85 "SecurityChecker": { 103 "SecurityChecker": {
86 "CheckTypedException": false, 104 "CheckTypedException": false,
87 "HardcodedTmpDirectories": [ 105 "HardcodedTmpDirectories": [
111 "WeakKeySizeEcMedium": "224", 129 "WeakKeySizeEcMedium": "224",
112 "WeakKeySizeRsaHigh": "1024", 130 "WeakKeySizeRsaHigh": "1024",
113 "WeakKeySizeRsaMedium": "2048" 131 "WeakKeySizeRsaMedium": "2048"
114 }, 132 },
115 "ShowIgnored": false, 133 "ShowIgnored": false,
134 "UnusedChecker": {
135 "IgnoreAbstract": true,
136 "IgnoreDunderGlobals": true,
137 "IgnoreDunderMethods": true,
138 "IgnoreEventHandlerMethods": false,
139 "IgnoreLambdas": false,
140 "IgnoreNestedFunctions": false,
141 "IgnoreOverload": true,
142 "IgnoreOverride": true,
143 "IgnoreSlotMethods": false,
144 "IgnoreStubs": true,
145 "IgnoreVariadicNames": false
146 },
116 "ValidEncodings": "latin-1, utf-8" 147 "ValidEncodings": "latin-1, utf-8"
117 } 148 }
118 }, 149 },
119 "DESCRIPTION": "Plug-in implementing a wizard for the generation of code for base64 encoded data URIs.", 150 "DESCRIPTION": "Plug-in implementing a wizard for the generation of code for base64 encoded data URIs.",
120 "DOCSTRING": "", 151 "DOCSTRING": "",
192 "WizardDataUriEncoder/Documentation/source", 223 "WizardDataUriEncoder/Documentation/source",
193 "pyproject.toml" 224 "pyproject.toml"
194 ], 225 ],
195 "OTHERTOOLSPARMS": { 226 "OTHERTOOLSPARMS": {
196 "Black": { 227 "Black": {
197 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|_build|buck-out|build|dist|__pypackages__)/", 228 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.ipynb_checkpoints|\\.mypy_cache|\\.nox|\\.pytest_cache|\\.ruff_cache|\\.tox|\\.svn|\\.venv|\\.vscode|__pypackages__|_build|buck-out|build|dist|venv)/",
198 "extend-exclude": "", 229 "extend-exclude": "",
199 "force-exclude": "", 230 "force-exclude": "",
200 "line-length": 88, 231 "line-length": 88,
201 "skip-magic-trailing-comma": false, 232 "skip-magic-trailing-comma": false,
202 "skip-string-normalization": false, 233 "skip-string-normalization": false,
203 "source": "project", 234 "source": "project",
204 "target-version": [ 235 "target-version": [
236 "py312",
205 "py311", 237 "py311",
206 "py310", 238 "py310",
207 "py39", 239 "py39",
208 "py38", 240 "py38",
209 "py37" 241 "py37"
243 "PluginWizardDataUriEncoder.py", 275 "PluginWizardDataUriEncoder.py",
244 "WizardDataUriEncoder/DataUriEncoderWizardDialog.py", 276 "WizardDataUriEncoder/DataUriEncoderWizardDialog.py",
245 "WizardDataUriEncoder/__init__.py", 277 "WizardDataUriEncoder/__init__.py",
246 "__init__.py" 278 "__init__.py"
247 ], 279 ],
280 "SOURCESDIR": "",
248 "SPELLEXCLUDES": "", 281 "SPELLEXCLUDES": "",
249 "SPELLLANGUAGE": "en_US", 282 "SPELLLANGUAGE": "en_US",
250 "SPELLWORDS": "", 283 "SPELLWORDS": "",
251 "TESTING_FRAMEWORK": "", 284 "TESTING_FRAMEWORK": "",
252 "TRANSLATIONEXCEPTIONS": [], 285 "TRANSLATIONEXCEPTIONS": [],

eric ide

mercurial