Skip to content

Commit b2c0779

Browse files
committed
Add pre-commit definition for codespell
1 parent c607912 commit b2c0779

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ repos:
1717
additional_dependencies:
1818
- mdformat-black
1919
- mdformat_tables
20+
- repo: https://github.com/codespell-project/codespell
21+
# Configuration for codespell is in pyproject.toml
22+
rev: v2.3.0
23+
hooks:
24+
- id: codespell
25+
additional_dependencies:
26+
- tomli

0 commit comments

Comments
 (0)