Skip to content

Commit

Permalink
chore(pre-commit): ignore autogenerated pnpm-lock.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Apr 28, 2023
1 parent 1a42a75 commit 0bc3530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
- id: prettier
types_or: [json, yaml, markdown]
exclude: pnpm-lock.yaml
- repo: https://github.com/hadolint/hadolint.git
rev: "v2.12.1-beta"
hooks:
Expand All @@ -15,6 +16,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: pnpm-lock.yaml
- id: check-json
- id: forbid-submodules
- id: double-quote-string-fixer
Expand Down

0 comments on commit 0bc3530

Please sign in to comment.