From 63b9e03efa7d4d262d804c1319093bd727f10bf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:56:46 +0000 Subject: [PATCH] Update dependency pipx:codespell to v2.4.2 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 6257bc66..68cb12c2 100644 --- a/mise.toml +++ b/mise.toml @@ -5,7 +5,7 @@ python = "3.14" # CLI tools # Black has to be installed from PyPi to support their ARM fallback to pure-python. "pipx:black" = "25.12.0" -"pipx:codespell" = "2.4.1" +"pipx:codespell" = "2.4.2" "pipx:isort" = "7.0.0" "pipx:mypy" = "1.19.1" "pipx:pre-commit-hooks" = "6.0.0"