Skip to content

Commit 41ff1e1

Browse files
committed
feat: add deno.lock to pre-commit configuration
Add support for deno.lock file in the pre-commit configuration to ensure that changes to the Deno lock file are properly handled during the commit process. This improves consistency and collaboration across environments using Deno.
1 parent bee08bd commit 41ff1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ repos:
2525
(?x)^(
2626
.*\.(json|prisma|svg)
2727
|.*pnpm-lock.yaml
28+
|.*deno.lock
2829
)$
2930
args:
3031
- "-L"

0 commit comments

Comments
 (0)