Skip to content

Commit

Permalink
Merge pull request #4 from acolombier/chore/add-ignore-list-to-codespell
Browse files Browse the repository at this point in the history
chore: add ignorelist to codespell
  • Loading branch information
ywwg authored May 29, 2024
2 parents 97dbab4 + a9128d5 commit 8dc3ef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
crate
copyable
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
name: codespell
description: Checks for common misspellings in text files.
entry: codespell -w
args:
- --ignore-words
- .codespellignore
- --write-changes

0 comments on commit 8dc3ef4

Please sign in to comment.