Skip to content

Commit

Permalink
Merge pull request #379 from Nordix/mquhuy/upgrade-yaspeller
Browse files Browse the repository at this point in the history
Update yaspeller to latest version
  • Loading branch information
metal3-io-bot authored Jan 8, 2024
2 parents 1fb3191 + 16b28e9 commit c675e7e
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 c675e7e

Please sign in to comment.