Skip to content

Commit 3405bec

Browse files
committed
feat: add codespell check #36
1 parent 6d56559 commit 3405bec

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
@@ -24,6 +24,10 @@ repos:
2424
- id: mypy
2525
additional_dependencies: [types-all]
2626
exclude: ^testing/resources/
27+
- repo: https://github.com/codespell-project/codespell
28+
rev: v2.2.2
29+
hooks:
30+
- id: codespell
2731
- repo: https://github.com/commit-check/commit-check
2832
rev: v0.3.1
2933
hooks:

0 commit comments

Comments
 (0)