Skip to content

Commit

Permalink
CI: Fix codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Chapron committed Jul 31, 2023
1 parent 372bf7d commit 7278558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[codespell]
ignore-words-list=ontop,clen
skip = ./lib_nbgl/include/*.json,./lib_bagl/include/*.json
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ repos:
- id: check-added-large-files

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

0 comments on commit 7278558

Please sign in to comment.