Skip to content

Commit 1898032

Browse files
authored
Merge pull request #7577 from drinkcat/pre-commit-cspell
.pre-commit-config.yaml: Also run cspell
2 parents 5754d63 + 4a959d4 commit 1898032

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ repos:
1515
pass_filenames: false
1616
types: [file, rust]
1717
language: system
18+
- id: cspell
19+
name: Code spell checker (cspell)
20+
description: Run cspell to check for spelling errors.
21+
entry: cspell --
22+
pass_filenames: true
23+
language: system

0 commit comments

Comments
 (0)