Skip to content

Commit 5ffdd8b

Browse files
committed
Update codespell to v2.3.0
Most importantly, this codespell version adds support for inline ignore with `# codespell:ignore`
1 parent db62976 commit 5ffdd8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: yamllint
3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.2.4
35+
rev: v2.3.0
3636
hooks:
3737
- id: codespell
3838
args: [--ignore-words=.dict-speechbrain.txt]

0 commit comments

Comments
 (0)