Skip to content

Commit cf25ad9

Browse files
committed
chore: add codespell pre-commit
1 parent b1977eb commit cf25ad9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ repos:
1919
rev: v1.7.5
2020
hooks:
2121
- id: docformatter
22+
- repo: https://github.com/codespell-project/codespell
23+
rev: v2.2.4
24+
hooks:
25+
- id: codespell
26+
additional_dependencies:
27+
- tomli
28+
args: [--write-changes]

0 commit comments

Comments
 (0)