Skip to content

Commit c9686f9

Browse files
committed
🧑‍💻 create a dprint job for lefthook
1 parent 44715c4 commit c9686f9

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
@@ -7,6 +7,10 @@ templates:
77
pre-commit:
88
parallel: true
99
jobs:
10+
- name: dprint
11+
glob: "*.{json,jsonc,md,toml,yaml,yml}"
12+
stage_fixed: true
13+
run: uv {run} dprint fmt --incremental=false
1014
- name: ruff
1115
glob: "*.{py,pyi}"
1216
stage_fixed: true

0 commit comments

Comments
 (0)