GRM-32: fix: security, dead code, idempotence, and documentation cleanup
Post-merge Vikunja update / vikunja (push) Successful in 5s
CI / quality (push) Successful in 1m5s
CI / molecule-tests (0) (push) Successful in 18m37s
CI / molecule-tests (2) (push) Successful in 18m51s
CI / molecule-tests (1) (push) Successful in 19m6s
Publish Release / publish (push) Failing after 9s

This commit was merged in pull request #11.
This commit is contained in:
2026-06-21 00:14:31 +00:00
parent a676adb025
commit 1717d55013
20 changed files with 351 additions and 476 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ markers = [
]
[tool.ruff]
target-version = "py311"
target-version = "py312"
line-length = 120
[tool.ruff.lint]
@@ -66,5 +66,5 @@ indent-style = "space"
[tool.pyright]
include = ["src", "scripts"]
pythonVersion = "3.11"
pythonVersion = "3.12"
strict = ["src/gitea_runner_manager"]