Skip to content

Commit 84689b5

Browse files
committed
Add pre-commit definition for codespell
1 parent 6ea107a commit 84689b5

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
@@ -10,3 +10,9 @@ repos:
1010
hooks:
1111
- id: black
1212
files: ^src/|^tests/
13+
14+
- repo: https://github.com/codespell-project/codespell
15+
# Configuration for codespell is in .pre-commit-config.yaml
16+
rev: v2.4.1
17+
hooks:
18+
- id: codespell

0 commit comments

Comments
 (0)