Skip to content

Commit

Permalink
Merge pull request #387 from LedgerHQ/xch/codespell-fix
Browse files Browse the repository at this point in the history
CI: Fix codespell
  • Loading branch information
xchapron-ledger authored Jul 31, 2023
2 parents 372bf7d + 1ae8914 commit beb209d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[codespell]
ignore-words-list=ontop,clen
ignore-words-list=ontop,clen,habitant
11 changes: 9 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
# pre-commit install --hook-type pre-commit
# pre-commit install --hook-type commit-msg

exclude: ^(lib_blewbxx/|lib_stusb/)
exclude: |
(?x)^(
lib_blewbxx/.*|
lib_stusb/.*|
lib_nbgl/include/.*.json|
lib_nbgl/include/.*.json|
lib_bagl/include/.*.json|
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
Expand All @@ -13,6 +20,6 @@ repos:
- id: check-added-large-files

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell

0 comments on commit beb209d

Please sign in to comment.