Skip to content

Commit

Permalink
Exclude package-lock.json explicitly for pre-commit
Browse files Browse the repository at this point in the history
there is outstanding bug in codespell so not all excludes
are in effect while running codespell for pre-commit. So we need
to list this one explicitly
  • Loading branch information
yarikoptic committed Oct 28, 2024
1 parent 7043186 commit 0c82b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
exclude: .*/package-lock.json
additional_dependencies:
- tomli

0 comments on commit 0c82b4d

Please sign in to comment.