Skip to content

Commit c24660d

Browse files
cgalvankrokoko
andauthored
Moved dprint dependency to be handled by mise (#53)
Co-authored-by: Alain Krok <alkrok@amazon.com>
1 parent 9297709 commit c24660d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

mise.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ min_version = "2026.2.4"
77
node = "24"
88
"npm:markdownlint-cli2" = "0.17"
99
"npm:ajv-cli" = "5"
10+
"npm:dprint" = "0.51"
1011
"pipx:pre-commit" = "4"
1112
"pipx:bandit[sarif]" = "1"
1213
"pipx:checkov" = "3"
@@ -30,11 +31,11 @@ run = [
3031

3132
[tasks.fmt]
3233
description = "Format all files"
33-
run = "npx dprint fmt"
34+
run = "dprint fmt"
3435

3536
[tasks."fmt:check"]
3637
description = "Check formatting (CI)"
37-
run = "npx dprint check"
38+
run = "dprint check"
3839

3940
[tasks."lint:md"]
4041
description = "Lint Markdown files (includes SKILL.md validation)"

0 commit comments

Comments
 (0)