Skip to content

Commit

Permalink
maint: Add pre-commit typos back (#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Dec 11, 2024
1 parent a37aa2f commit 99290ae
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 @@ -48,3 +48,11 @@ repos:
rev: v0.6.13
hooks:
- id: cmake-format
- repo: https://github.com/Quantco/pre-commit-mirrors-typos
rev: 1.28.2
hooks:
- id: typos-conda
exclude: (CHANGELOG.md)
# In case of ambiguity (multiple possible corrections), `typos` will just report it to the user and move on without applying/writing any changes.
# cf. https://github.com/crate-ci/typos
args: [ --write-changes ]

0 comments on commit 99290ae

Please sign in to comment.