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