Skip to content

Commit b0c98de

Browse files
committed
Move qgis-plugin-ci config to pyproject
1 parent 226c006 commit b0c98de

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.qgis-plugin-ci

-5
This file was deleted.

pyproject.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ omit = ["arho_feature_template/qgis_plugin_tools/*"]
2121
[tool.ruff]
2222
target-version = "py38"
2323
extend = "ruff_defaults.toml"
24-
25-
2624
exclude = ["arho_feature_template/qgis_plugin_tools"]
2725

2826
[tool.ruff.lint]
29-
3027
unfixable = [
3128
"F401", # unused imports
3229
"F841", # unused variables
@@ -39,3 +36,8 @@ ignore_errors = true
3936
[[tool.mypy.overrides]]
4037
module = ["qgis.*", "osgeo.*"]
4138
ignore_missing_imports = true
39+
40+
[tool.qgis-plugin-ci]
41+
plugin_path = "src/arho_feature_template"
42+
github_organization_slug= "GispoCoding"
43+
project_slug = "arho-feature-template"

0 commit comments

Comments
 (0)