--- a/PluginPipxInterface.epj Mon Jun 24 17:13:32 2024 +0200 +++ b/PluginPipxInterface.epj Mon Jun 24 19:48:46 2024 +0200 @@ -39,6 +39,7 @@ "makefile": "OTHERS" }, "FORMS": [ + "PipxInterface/PipxDialog.ui", "PipxInterface/PipxWidget.ui" ], "HASH": "e670b8ea0fd5593abf0187483d113c50db352d90", @@ -70,9 +71,26 @@ "pyproject.toml" ], "OTHERTOOLSPARMS": { + "Black": { + "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": "/(\n Ui_.*\\.py\n)", + "force-exclude": "", + "line-length": 88, + "skip-magic-trailing-comma": false, + "skip-string-normalization": false, + "source": "project", + "target-version": [ + "py313", + "py312", + "py311", + "py310", + "py39", + "py38" + ] + }, "isort": { "combine_as_imports": true, - "config_source": "pyproject", + "config_source": "project", "extend_skip_glob": [ "*/Ui_*.py" ], @@ -106,7 +124,9 @@ "RESOURCES": [], "SOURCES": [ "PipxInterface/Pipx.py", + "PipxInterface/PipxDialog.py", "PipxInterface/PipxWidget.py", + "PipxInterface/Ui_PipxDialog.py", "PipxInterface/Ui_PipxWidget.py", "PipxInterface/__init__.py", "PluginPipxInterface.py",