Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 892b66a

Browse files
authored
Merge pull request #17 from jepler/add-codespell
add codespell to pre-commit
2 parents a956dc6 + 9351b48 commit 892b66a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ repos:
1818
exclude: tests
1919
- id: trailing-whitespace
2020
exclude: tests
21+
- repo: https://github.com/codespell-project/codespell
22+
rev: v2.2.4
23+
hooks:
24+
- id: codespell
25+
args: [-w]
2126
- repo: https://github.com/fsfe/reuse-tool
2227
rev: v1.1.2
2328
hooks:

0 commit comments

Comments
 (0)