Skip to content

Commit 2241b48

Browse files
committed
Move qgis-plugin-ci config to pyproject
1 parent 06e04ef commit 2241b48

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
@@ -20,12 +20,9 @@ omit = ["arho_feature_template/qgis_plugin_tools/*"]
2020
[tool.ruff]
2121
target-version = "py38"
2222
extend = "ruff_defaults.toml"
23-
24-
2523
exclude = ["arho_feature_template/qgis_plugin_tools"]
2624

2725
[tool.ruff.lint]
28-
2926
unfixable = [
3027
"F401", # unused imports
3128
"F841", # unused variables
@@ -38,3 +35,8 @@ ignore_errors = true
3835
[[tool.mypy.overrides]]
3936
module = ["qgis.*", "osgeo.*"]
4037
ignore_missing_imports = true
38+
39+
[tool.qgis-plugin-ci]
40+
plugin_path = "arho_feature_template"
41+
github_organization_slug= "GispoCoding"
42+
project_slug = "arho-feature-template"

0 commit comments

Comments
 (0)