Skip to content

Commit 7e6e897

Browse files
committed
chg: exclude uv.lock from prettifier
1 parent 90f0732 commit 7e6e897

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
@@ -24,6 +24,7 @@ repos:
2424
hooks:
2525
- id: pretty-format-toml
2626
args: [--autofix]
27+
exclude: ^uv\.lock$
2728

2829
- repo: https://github.com/Yelp/detect-secrets
2930
rev: v1.5.0

0 commit comments

Comments
 (0)