Skip to content

Commit c2e93e8

Browse files
committed
🔧 Add codespell [force]
Help catch typos, also trigger another full rebuild
1 parent fef7f8b commit c2e93e8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.codespellrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[codespell]
2+
write-changes = true

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ repos:
1010
hooks:
1111
- id: check-github-workflows
1212
- id: check-renovate
13+
- repo: https://github.com/codespell-project/codespell
14+
rev: v2.4.1
15+
hooks:
16+
- id: codespell
17+
additional_dependencies:
18+
- tomli
1319
- repo: local
1420
hooks:
1521
- id: mypy

0 commit comments

Comments
 (0)