Skip to content

Commit 07c3c0c

Browse files
committed
🧑‍💻 lefthook job for dprint fmt
1 parent 04adfff commit 07c3c0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lefthook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ templates:
44
pre-commit:
55
parallel: true
66
jobs:
7+
- name: dprint
8+
glob: "*.{json,jsonc,md,toml,yaml,yml}"
9+
stage_fixed: true
10+
run: uv {run} dprint fmt --incremental=false
711
- name: ruff
812
glob: "*.{py,pyi}"
913
stage_fixed: true

0 commit comments

Comments
 (0)