Skip to content

Commit 151be42

Browse files
committed
Add pre-commit definition for codespell
1 parent db22216 commit 151be42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ repos:
3939
language: system
4040
types: [python]
4141
pass_filenames: false
42+
43+
- repo: https://github.com/codespell-project/codespell
44+
# Configuration for codespell is in pyproject.toml
45+
rev: v2.3.0
46+
hooks:
47+
- id: codespell
48+
additional_dependencies:
49+
- tomli

0 commit comments

Comments
 (0)