feat(policy,komodo,config): vault zone and firefly skill rules, komodo python_tool with exec, tests

This commit is contained in:
hh
2026-08-29 15:27:32 +02:00
parent 9dc390f271
commit fda6b7bfdd
12 changed files with 810 additions and 39 deletions
+2
View File
@@ -26,6 +26,8 @@ unfixable = ["F401"]
[lint.per-file-ignores]
"config.py" = ["INP001"]
"policy.py" = ["INP001"]
"tests/*" = ["ALL"]
[lint.pydocstyle]
convention = "google"