Skip to content

Commit

Permalink
Update yaspeller to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Mai <huy.mai@est.tech>
  • Loading branch information
mquhuy committed Jan 8, 2024
1 parent 1fb3191 commit 16b28e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repos:
hooks:
- id: blacken-docs
- repo: https://github.com/hcodes/yaspeller.git
rev: v7.0.0
rev: v10.0.1
hooks:
- id: yaspeller
types:
Expand Down
3 changes: 2 additions & 1 deletion .yaspeller.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"findRepeatWords": true,
"maxRequests": 5,
"ignoreDigits": true,
"ignoreText": [["^layout:.*$", "m"]],
"ignoreText": ["^layout:.*$", "m"],
"ignoreTags": ["**", "__"],
"lang": "en",
"dictionary": [
"a VM",
Expand Down

0 comments on commit 16b28e9

Please sign in to comment.