Skip to content

Commit

Permalink
Update pre-commit configuration to exclude package-lock.json from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Dec 26, 2024
1 parent db92523 commit 05ed15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: (^\.codespellrc|yarn.lock)
exclude: (^\.codespellrc|yarn.lock|package-lock.json)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down

0 comments on commit 05ed15b

Please sign in to comment.