Skip to content

Commit 45bbb40

Browse files
committed
chore: add codespell pre-commit
1 parent 1689359 commit 45bbb40

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
@@ -23,3 +23,10 @@ repos:
2323
rev: v1.11.1
2424
hooks:
2525
- id: mypy
26+
- repo: https://github.com/codespell-project/codespell
27+
rev: v2.2.4
28+
hooks:
29+
- id: codespell
30+
additional_dependencies:
31+
- tomli
32+
args: [--write-changes]

0 commit comments

Comments
 (0)