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 bbd24d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ jobs:
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
with:
exclude:
["--skip", ".lib_nbgl/include/*.json", ".lib_bagl/include/*.json", "--"]

0 comments on commit bbd24d1

Please sign in to comment.