From 34084eaf6f6c63722a013bd9e016392f8b753234 Mon Sep 17 00:00:00 2001 From: danny neira <16809145+dannyneira@users.noreply.github.com> Date: Thu, 21 May 2026 16:02:24 -0600 Subject: [PATCH] chore: fix trunk config - update CLI, plugins ref, and Python runtime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump CLI from 1.10.0 → 1.25.0 - Bump plugins ref from v0.0.17 → v1.10.0 (root cause of Python download failure) - Bump python runtime from 3.12.5 → 3.12.7 - Remove versioned prettier from disabled list (trunk config error) Co-Authored-By: Oz --- .trunk/trunk.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 1c23d1cf..d03684b7 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -1,16 +1,15 @@ version: 0.1 cli: - version: 1.10.0 + version: 1.25.0 plugins: sources: - id: trunk - ref: v0.0.17 + ref: v1.10.0 uri: https://github.com/trunk-io/plugins lint: disabled: - git-diff-check - prettier - - prettier@2.8.7 enabled: - markdownlint@0.43.0 - oxipng@9.1.4 @@ -18,7 +17,7 @@ lint: - gitleaks@8.30.1 runtimes: enabled: - - python@3.12.5 + - python@3.12.7 - go@1.23.4 - node@22.13.0 actions: