201 "MqttMonitor/icons/profiles-light.svg", |
201 "MqttMonitor/icons/profiles-light.svg", |
202 "MqttMonitor/icons/quickopen-dark.svg", |
202 "MqttMonitor/icons/quickopen-dark.svg", |
203 "MqttMonitor/icons/quickopen-light.svg", |
203 "MqttMonitor/icons/quickopen-light.svg", |
204 "PKGLIST", |
204 "PKGLIST", |
205 "PluginMqttMonitor.epj", |
205 "PluginMqttMonitor.epj", |
206 "PluginMqttMonitor.zip" |
206 "PluginMqttMonitor.zip", |
|
207 "pyproject.toml" |
207 ], |
208 ], |
208 "OTHERTOOLSPARMS": { |
209 "OTHERTOOLSPARMS": { |
209 "Black": { |
210 "Black": { |
210 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|\\.ipynb_checkpoints|_build|buck-out|build|dist|__pypackages__)/", |
211 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|\\.ipynb_checkpoints|_build|buck-out|build|dist|__pypackages__)/", |
211 "extend-exclude": "", |
212 "extend-exclude": "", |
218 "py311", |
219 "py311", |
219 "py310", |
220 "py310", |
220 "py39", |
221 "py39", |
221 "py38", |
222 "py38", |
222 "py37" |
223 "py37" |
|
224 ] |
|
225 }, |
|
226 "isort": { |
|
227 "combine_as_imports": true, |
|
228 "config_source": "project", |
|
229 "extend_skip_glob": [ |
|
230 "*/Ui_*.py" |
|
231 ], |
|
232 "lines_between_types": 1, |
|
233 "profile": "black", |
|
234 "sort_order": "natural", |
|
235 "supported_extensions": [ |
|
236 "py", |
|
237 "pyi", |
|
238 "pyx", |
|
239 "pxd", |
|
240 "pyw" |
223 ] |
241 ] |
224 } |
242 } |
225 }, |
243 }, |
226 "PACKAGERSPARMS": {}, |
244 "PACKAGERSPARMS": {}, |
227 "PROGLANGUAGE": "Python3", |
245 "PROGLANGUAGE": "Python3", |