Skip to content

Commit

Permalink
Fix typos running crate-ci/typos over code base
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Sep 17, 2024
1 parent e01b40e commit 1543d7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ repos:
rev: v0.6.3
hooks:
- id: ruff-format
- repo: https://github.com/crate-ci/typos
rev: v1.24.3
hooks:
- id: typos
args:
- --force-exclude
- --hidden
- --locale=en-gb
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
Expand Down

0 comments on commit 1543d7f

Please sign in to comment.