Skip to content

Commit 3481908

Browse files
committed
Add codespell to pre-commit
1 parent a2f82fb commit 3481908

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ repos:
1212
rev: 23.3.0
1313
hooks:
1414
- id: black
15+
- repo: https://github.com/codespell-project/codespell
16+
rev: v2.2.5
17+
hooks:
18+
- id: codespell

0 commit comments

Comments
 (0)