Skip to content

Commit

Permalink
codespell --skip="abandonned,ackward,bu"
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 25, 2024
1 parent ef07a2b commit 85a326a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: [--skip, "abandonned,ackward,bu"]

Check failure on line 6 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / Check for spelling errors

abandonned ==> abandoned

Check failure on line 6 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / Check for spelling errors

ackward ==> awkward, backward

Check failure on line 6 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / Check for spelling errors

bu ==> by, be, but, bug, bun, bud, buy, bum
additional_dependencies:
- tomli

0 comments on commit 85a326a

Please sign in to comment.