From 95f50cd4d02d44a2024d5972ff55735aa5c5e4a5 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 5 Apr 2026 21:08:23 +0000 Subject: [PATCH] Bump codespell from v2.4.1 to v2.4.2 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8adfba..4b7be1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: ruff-check args: [ --fix ] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell # remove toml extra once Python 3.10 is no longer supported