From 6abc069d90e0de393e02d1c513c893a38b0d1ff0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:50:05 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) - [github.com/lorenzwalthert/precommit: v0.4.3.9028 → v0.4.3.9029](https://github.com/lorenzwalthert/precommit/compare/v0.4.3.9028...v0.4.3.9029) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af0e8b2..34632c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-json # spell check - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell # https://github.com/codespell-project/codespell/issues/1498 @@ -33,7 +33,7 @@ repos: - id: black # R formatting - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9028 + rev: v0.4.3.9029 hooks: - id: style-files # general linting