We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e04ef commit 2241b48Copy full SHA for 2241b48
.qgis-plugin-ci
pyproject.toml
@@ -20,12 +20,9 @@ omit = ["arho_feature_template/qgis_plugin_tools/*"]
20
[tool.ruff]
21
target-version = "py38"
22
extend = "ruff_defaults.toml"
23
-
24
25
exclude = ["arho_feature_template/qgis_plugin_tools"]
26
27
[tool.ruff.lint]
28
29
unfixable = [
30
"F401", # unused imports
31
"F841", # unused variables
@@ -38,3 +35,8 @@ ignore_errors = true
38
35
[[tool.mypy.overrides]]
39
36
module = ["qgis.*", "osgeo.*"]
40
37
ignore_missing_imports = true
+
+[tool.qgis-plugin-ci]
+plugin_path = "arho_feature_template"
41
+github_organization_slug= "GispoCoding"
42
+project_slug = "arho-feature-template"
0 commit comments