Skip to content

Commit

Permalink
Use codespell to find typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 13, 2021
1 parent 16b074b commit c1a6187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -28,7 +28,7 @@ repos:
rev: v2.0.0
hooks:
- id: codespell
args: [--ignore-words-list="ans,hart,ot,poit,reallllly,tring"]
args: [--ignore-words-list="ans, hart, ot, poit, reallllly, tring"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
Expand Down

0 comments on commit c1a6187

Please sign in to comment.