--- a/PluginPyLint.epj Sat Dec 23 16:06:01 2023 +0100 +++ b/PluginPyLint.epj Tue Oct 29 17:23:21 2024 +0100 @@ -1,7 +1,7 @@ { "header": { "comment": "eric project file for project PluginPyLint", - "copyright": "Copyright (C) 2023 Detlev Offenbach, detlev@die-offenbachs.de" + "copyright": "Copyright (C) 2024 Detlev Offenbach, detlev@die-offenbachs.de" }, "project": { "AUTHOR": "Detlev Offenbach", @@ -162,6 +162,7 @@ ], "outputDirectory": "PyLintInterface/Documentation/source", "qtHelpEnabled": false, + "startDirectory": "", "useRecursion": true } }, @@ -186,7 +187,6 @@ "Makefile": "OTHERS", "README": "OTHERS", "README.*": "OTHERS", - "Ui_*.py": "__IGNORE__", "makefile": "OTHERS" }, "FORMS": [ @@ -224,14 +224,16 @@ ], "OTHERTOOLSPARMS": { "Black": { - "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|\\.ipynb_checkpoints|_build|buck-out|build|dist|__pypackages__)/", - "extend-exclude": "", + "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)/", + "extend-exclude": "Ui_.*\\.py", "force-exclude": "", "line-length": 88, "skip-magic-trailing-comma": false, "skip-string-normalization": false, "source": "project", "target-version": [ + "py313", + "py312", "py311", "py310", "py39", @@ -273,6 +275,8 @@ "PluginPyLint.py", "PyLintInterface/PyLintConfigDialog.py", "PyLintInterface/PyLintExecDialog.py", + "PyLintInterface/Ui_PyLintConfigDialog.py", + "PyLintInterface/Ui_PyLintExecDialog.py", "PyLintInterface/__init__.py", "__init__.py" ], @@ -350,4 +354,4 @@ }, "VERSION": "" } -} \ No newline at end of file +}