Skip to content

Commit cd45005

Browse files
committed
[pre-commit] add codespell check
1 parent 1f7d362 commit cd45005

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ repos:
1919
rev: v1.0.0
2020
hooks:
2121
- id: runic
22+
- repo: https://github.com/codespell-project/codespell
23+
rev: v2.2.4
24+
hooks:
25+
- id: codespell

0 commit comments

Comments
 (0)