186 "ChangeLog", |
186 "ChangeLog", |
187 "PKGLIST", |
187 "PKGLIST", |
188 "PluginPyLint.epj", |
188 "PluginPyLint.epj", |
189 "PluginPyLint.zip", |
189 "PluginPyLint.zip", |
190 "PyLintInterface/Documentation/LICENSE.GPL3", |
190 "PyLintInterface/Documentation/LICENSE.GPL3", |
191 "PyLintInterface/Documentation/source" |
191 "PyLintInterface/Documentation/source", |
|
192 "pyproject.toml" |
192 ], |
193 ], |
193 "OTHERTOOLSPARMS": { |
194 "OTHERTOOLSPARMS": { |
194 "Black": { |
195 "Black": { |
195 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|\\.ipynb_checkpoints|_build|buck-out|build|dist|__pypackages__)/", |
196 "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|\\.ipynb_checkpoints|_build|buck-out|build|dist|__pypackages__)/", |
196 "extend-exclude": "", |
197 "extend-exclude": "", |
203 "py311", |
204 "py311", |
204 "py310", |
205 "py310", |
205 "py39", |
206 "py39", |
206 "py38", |
207 "py38", |
207 "py37" |
208 "py37" |
|
209 ] |
|
210 }, |
|
211 "isort": { |
|
212 "combine_as_imports": true, |
|
213 "config_source": "project", |
|
214 "extend_skip_glob": [ |
|
215 "*/Ui_*.py" |
|
216 ], |
|
217 "lines_between_types": 1, |
|
218 "profile": "black", |
|
219 "sort_order": "natural", |
|
220 "supported_extensions": [ |
|
221 "py", |
|
222 "pyi", |
|
223 "pyx", |
|
224 "pxd", |
|
225 "pyw" |
208 ] |
226 ] |
209 } |
227 } |
210 }, |
228 }, |
211 "PACKAGERSPARMS": {}, |
229 "PACKAGERSPARMS": {}, |
212 "PROGLANGUAGE": "Python3", |
230 "PROGLANGUAGE": "Python3", |