Skip to content

Commit a33cd38

Browse files
authored
Bump codespell in .pre-commit-config.yaml file (#2377)
issue #2341 In this PR, I update codespell (from `v2.3.0 -> v2.4.1`) in `.pre-commit-comfig.yaml` file. Testing: <img width="927" height="325" alt="Screenshot from 2025-08-23 20-03-05" src="https://github.com/user-attachments/assets/016e0647-8b3f-4e74-adde-d70dea5bde9a" />
1 parent 19efd2d commit a33cd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
- --line-length
6363
- '99999'
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.3.0
65+
rev: v2.4.1
6666
hooks:
6767
- id: codespell
6868
ci:

0 commit comments

Comments
 (0)