Skip to content

Commit c1eecb4

Browse files
committed
Update codespell to v2.3.0
Version 2.3.0 of codespell allows using inline comments to ignore some spelling errors. codespell-project/codespell#2400 Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
1 parent e4f79eb commit c1eecb4

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
@@ -22,6 +22,6 @@ repos:
2222
- id: check-yaml
2323
- repo: https://github.com/codespell-project/codespell
2424
# Configuration for codespell is in .codespellrc
25-
rev: v2.2.6
25+
rev: v2.3.0
2626
hooks:
2727
- id: codespell

0 commit comments

Comments
 (0)