{ "name": "tradecraft", "git_url": "http://kayos:REPLACE_WITH_GITEA_TOKEN@192.168.0.5:3001/TradeCraft/tradecraft.git", "default_branch": "main", "languages": ["python"], "subprojects": [ { "path": ".", "language": "python", "build": "pip install -e .", "test": "pytest tests/", "lint": "ruff check .", "audit": "pip-audit", "timeout_secs": 900 } ], "schedule": {"audit": "0 2 * * *"}, "notify": {"email": ["cobb@sulkta.com"], "on": ["audit_fail", "cve_found"], "auto_patch": false} }