From b7638e21ff9d7d433237a9f052db9354cb6560e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 03:56:24 +0000 Subject: [PATCH] Update hk to v1.57.0 --- .config/hk.pkl | 4 ++-- .config/mise.lint.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hk.pkl b/.config/hk.pkl index 6ea8bac..6e85abf 100644 --- a/.config/hk.pkl +++ b/.config/hk.pkl @@ -1,5 +1,5 @@ -amends "package://github.com/jdx/hk/releases/download/v1.54.1/hk@1.54.1#/Config.pkl" -import "package://github.com/jdx/hk/releases/download/v1.54.1/hk@1.54.1#/Builtins.pkl" +amends "package://github.com/jdx/hk/releases/download/v1.57.0/hk@1.57.0#/Config.pkl" +import "package://github.com/jdx/hk/releases/download/v1.57.0/hk@1.57.0#/Builtins.pkl" local formatters = new Mapping { ["hatch_format"] = (Builtins.ruff_format) { diff --git a/.config/mise.lint.toml b/.config/mise.lint.toml index b721542..014132e 100644 --- a/.config/mise.lint.toml +++ b/.config/mise.lint.toml @@ -1,5 +1,5 @@ [tools] -hk = "1.54.1" +hk = "1.57.0" pkl = "0.32.1" zizmor = "1.29.0" actionlint = "1.7.12"