Skip to content

Commit

Permalink
Tell codespell to skip JSON files in fonts directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorais-ledger committed Jul 28, 2023
1 parent 372bf7d commit e3c97f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ jobs:
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
hooks:
- id: codespell
exclude: >
(?x)^(
.lib_nbgl/include/*.json|
.lib_bagl/include/*.json
)$

0 comments on commit e3c97f6

Please sign in to comment.