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

0 comments on commit acb46ec

Please sign in to comment.