187 "ChangeLog", |
187 "ChangeLog", |
188 "PKGLIST", |
188 "PKGLIST", |
189 "PluginWizardDataUriEncoder.epj", |
189 "PluginWizardDataUriEncoder.epj", |
190 "PluginWizardDataUriEncoder.zip", |
190 "PluginWizardDataUriEncoder.zip", |
191 "WizardDataUriEncoder/Documentation/LICENSE.GPL3", |
191 "WizardDataUriEncoder/Documentation/LICENSE.GPL3", |
192 "WizardDataUriEncoder/Documentation/source" |
192 "WizardDataUriEncoder/Documentation/source", |
|
193 "pyproject.toml" |
193 ], |
194 ], |
194 "OTHERTOOLSPARMS": { |
195 "OTHERTOOLSPARMS": { |
195 "Black": { |
196 "Black": { |
196 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|_build|buck-out|build|dist|__pypackages__)/", |
197 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|_build|buck-out|build|dist|__pypackages__)/", |
197 "extend-exclude": "", |
198 "extend-exclude": "", |
204 "py311", |
205 "py311", |
205 "py310", |
206 "py310", |
206 "py39", |
207 "py39", |
207 "py38", |
208 "py38", |
208 "py37" |
209 "py37" |
|
210 ] |
|
211 }, |
|
212 "isort": { |
|
213 "combine_as_imports": true, |
|
214 "config_source": "project", |
|
215 "extend_skip_glob": [ |
|
216 "*/Ui_*.py" |
|
217 ], |
|
218 "lines_between_types": 1, |
|
219 "profile": "black", |
|
220 "sort_order": "natural", |
|
221 "supported_extensions": [ |
|
222 "py", |
|
223 "pyi", |
|
224 "pyx", |
|
225 "pxd", |
|
226 "pyw" |
209 ] |
227 ] |
210 } |
228 } |
211 }, |
229 }, |
212 "PACKAGERSPARMS": {}, |
230 "PACKAGERSPARMS": {}, |
213 "PROGLANGUAGE": "Python3", |
231 "PROGLANGUAGE": "Python3", |
242 "WizardDataUriEncoder/i18n/datauriencoder_es.ts", |
260 "WizardDataUriEncoder/i18n/datauriencoder_es.ts", |
243 "WizardDataUriEncoder/i18n/datauriencoder_ru.qm", |
261 "WizardDataUriEncoder/i18n/datauriencoder_ru.qm", |
244 "WizardDataUriEncoder/i18n/datauriencoder_ru.ts" |
262 "WizardDataUriEncoder/i18n/datauriencoder_ru.ts" |
245 ], |
263 ], |
246 "TRANSLATIONSBINPATH": "", |
264 "TRANSLATIONSBINPATH": "", |
|
265 "TRANSLATIONSOURCESTARTPATH": "", |
247 "UICPARAMS": { |
266 "UICPARAMS": { |
248 "Package": "", |
267 "Package": "", |
249 "PackagesRoot": "", |
268 "PackagesRoot": "", |
250 "RcSuffix": "" |
269 "RcSuffix": "" |
251 }, |
270 }, |