We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9297709 commit c24660dCopy full SHA for c24660d
1 file changed
mise.toml
@@ -7,6 +7,7 @@ min_version = "2026.2.4"
7
node = "24"
8
"npm:markdownlint-cli2" = "0.17"
9
"npm:ajv-cli" = "5"
10
+"npm:dprint" = "0.51"
11
"pipx:pre-commit" = "4"
12
"pipx:bandit[sarif]" = "1"
13
"pipx:checkov" = "3"
@@ -30,11 +31,11 @@ run = [
30
31
32
[tasks.fmt]
33
description = "Format all files"
-run = "npx dprint fmt"
34
+run = "dprint fmt"
35
36
[tasks."fmt:check"]
37
description = "Check formatting (CI)"
-run = "npx dprint check"
38
+run = "dprint check"
39
40
[tasks."lint:md"]
41
description = "Lint Markdown files (includes SKILL.md validation)"
0 commit comments