Skip to content

Commit

Permalink
test(pre-commit): switch from codespell to typos
Browse files Browse the repository at this point in the history
For more frequent updates, more and quicker checks. Not that for a
project this size speed of spellcheck would matter at all.

Stick with 1.0.11 due to crate-ci/typos#326
for now.
  • Loading branch information
scop committed Aug 15, 2021
1 parent 47e33f9 commit 3056c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
hooks:
- id: markdownlint

- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
- repo: https://github.com/crate-ci/typos
rev: v1.0.11
hooks:
- id: codespell
- id: typos

0 comments on commit 3056c1b

Please sign in to comment.