Skip to content

Commit a166d80

Browse files
Josverldpgeorge
authored andcommitted
top: Add pre-commit hook for codespell.
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
1 parent 982ffde commit a166d80

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ repos:
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format
19+
- repo: https://github.com/codespell-project/codespell
20+
rev: v2.2.6
21+
hooks:
22+
- id: codespell
23+
name: Spellcheck for changed files (codespell)
24+
additional_dependencies:
25+
- tomli

0 commit comments

Comments
 (0)