--- a/PluginPyInstaller.epj Thu Dec 30 11:55:51 2021 +0100 +++ b/PluginPyInstaller.epj Wed Sep 21 16:45:00 2022 +0200 @@ -1,19 +1,21 @@ { "header": { "comment": "eric project file for project PluginPyInstaller", - "copyright": "Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de" + "copyright": "Copyright (C) 2022 Detlev Offenbach, detlev@die-offenbachs.de" }, "project": { "AUTHOR": "Detlev Offenbach", "CHECKERSPARMS": { "Pep8Checker": { "AnnotationsChecker": { + "AllowStarArgAny": false, "AllowUntypedDefs": false, "AllowUntypedNested": false, "DispatchDecorators": [ "singledispatch", "singledispatchmethod" ], + "ForceFutureAnnotations": false, "MaximumComplexity": 3, "MaximumLength": 7, "MinimumCoverage": 75, @@ -59,20 +61,25 @@ }, "CopyrightAuthor": "", "CopyrightMinFileSize": 0, - "DocstringType": "eric", + "DocstringType": "eric_black", "EnabledCheckerCategories": "C, D, E, M, N, S, Y, W", "ExcludeFiles": "*/Ui_*.py, */*_rc.py,", - "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", + "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,W503,Y119,Y401,Y402", "FixCodes": "", "FixIssues": false, "FutureChecker": "", "HangClosing": false, + "ImportsChecker": { + "ApplicationPackageNames": [], + "BanRelativeImports": "", + "BannedModules": [] + }, "IncludeMessages": "", "LineComplexity": 25, "LineComplexityScore": 10, "MaxCodeComplexity": 10, - "MaxDocLineLength": 79, - "MaxLineLength": 79, + "MaxDocLineLength": 88, + "MaxLineLength": 88, "NoFixCodes": "E501", "RepeatMessages": true, "SecurityChecker": { @@ -129,6 +136,7 @@ } }, "EMAIL": "detlev@die-offenbachs.de", + "EMBEDDED_VENV": false, "EOL": 1, "FILETYPES": { "*.epj": "OTHERS", @@ -152,9 +160,9 @@ "makefile": "OTHERS" }, "FORMS": [ + "PyInstallerInterface/PyInstallerCleanupDialog.ui", "PyInstallerInterface/PyInstallerConfigDialog.ui", - "PyInstallerInterface/PyInstallerExecDialog.ui", - "PyInstallerInterface/PyInstallerCleanupDialog.ui" + "PyInstallerInterface/PyInstallerExecDialog.ui" ], "HASH": "3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13", "IDLPARAMS": { @@ -164,6 +172,7 @@ }, "INTERFACES": [], "LEXERASSOCS": {}, + "LICENSE": "GNU General Public License v3 or later (GPLv3+)", "MAINSCRIPT": "PluginPyInstaller.py", "MAKEPARAMS": { "MakeEnabled": false, @@ -178,12 +187,29 @@ ".hgignore", "ChangeLog", "PKGLIST", + "PluginPyInstaller.epj", "PluginPyInstaller.zip", - "PluginPyInstaller.epj", "PyInstallerInterface/Documentation/LICENSE.GPL3", "PyInstallerInterface/Documentation/source" ], - "OTHERTOOLSPARMS": {}, + "OTHERTOOLSPARMS": { + "Black": { + "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|_build|buck-out|build|dist|__pypackages__)/", + "extend-exclude": "", + "force-exclude": "", + "line-length": 88, + "skip-magic-trailing-comma": false, + "skip-string-normalization": false, + "source": "project", + "target-version": [ + "py311", + "py310", + "py39", + "py38", + "py37" + ] + } + }, "PACKAGERSPARMS": {}, "PROGLANGUAGE": "Python3", "PROJECTTYPE": "E7Plugin", @@ -198,27 +224,28 @@ "RESOURCES": [], "SOURCES": [ "PluginPyInstaller.py", - "__init__.py", - "PyInstallerInterface/__init__.py", + "PyInstallerInterface/PyInstallerCleanupDialog.py", + "PyInstallerInterface/PyInstallerConfigDialog.py", "PyInstallerInterface/PyInstallerExecDialog.py", - "PyInstallerInterface/PyInstallerConfigDialog.py", - "PyInstallerInterface/PyInstallerCleanupDialog.py" + "PyInstallerInterface/__init__.py", + "__init__.py" ], "SPELLEXCLUDES": "", "SPELLLANGUAGE": "en_US", "SPELLWORDS": "", + "TESTING_FRAMEWORK": "", "TRANSLATIONEXCEPTIONS": [], "TRANSLATIONPATTERN": "PyInstallerInterface/i18n/pyinstaller_%language%.ts", "TRANSLATIONS": [ - "PyInstallerInterface/i18n/pyinstaller_en.ts", + "PyInstallerInterface/i18n/pyinstaller_de.qm", "PyInstallerInterface/i18n/pyinstaller_de.ts", - "PyInstallerInterface/i18n/pyinstaller_ru.ts", - "PyInstallerInterface/i18n/pyinstaller_es.ts", + "PyInstallerInterface/i18n/pyinstaller_empty.ts", + "PyInstallerInterface/i18n/pyinstaller_en.qm", + "PyInstallerInterface/i18n/pyinstaller_en.ts", "PyInstallerInterface/i18n/pyinstaller_es.qm", - "PyInstallerInterface/i18n/pyinstaller_en.qm", - "PyInstallerInterface/i18n/pyinstaller_de.qm", - "PyInstallerInterface/i18n/pyinstaller_empty.ts", - "PyInstallerInterface/i18n/pyinstaller_ru.qm" + "PyInstallerInterface/i18n/pyinstaller_es.ts", + "PyInstallerInterface/i18n/pyinstaller_ru.qm", + "PyInstallerInterface/i18n/pyinstaller_ru.ts" ], "TRANSLATIONSBINPATH": "", "UICPARAMS": {