From 497b888f08f686801b752a546aa372ec7b2bdd69 Mon Sep 17 00:00:00 2001 From: ayushjariyal Date: Sat, 23 Aug 2025 20:03:24 +0530 Subject: [PATCH] bump codespell --- .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 c91539f8cc..f3f7edbd95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: - --line-length - '99999' - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell ci: