Loading .config/mise/config.toml +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ "ruff" = "latest" "ty" = "latest" "pipx:mdformat" = "latest" "pipx:mdformat" = {version = "latest", uvx = "true", uvx_args = "--with mdformat-front-matters"} "pipx:undersort" = "latest" ripgrep = "latest" Loading Loading @@ -45,7 +45,7 @@ run = [ [tasks.format-md] description = "Format Markdown files" run = "mdformat src/ docs/ tests/ packages/ --exclude .config/" run = "uv tool run --with mdformat-front-matters mdformat src/ docs/ tests/ packages/ " [tasks.lint] description = "Lint source code and tests" Loading Loading
.config/mise/config.toml +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ "ruff" = "latest" "ty" = "latest" "pipx:mdformat" = "latest" "pipx:mdformat" = {version = "latest", uvx = "true", uvx_args = "--with mdformat-front-matters"} "pipx:undersort" = "latest" ripgrep = "latest" Loading Loading @@ -45,7 +45,7 @@ run = [ [tasks.format-md] description = "Format Markdown files" run = "mdformat src/ docs/ tests/ packages/ --exclude .config/" run = "uv tool run --with mdformat-front-matters mdformat src/ docs/ tests/ packages/ " [tasks.lint] description = "Lint source code and tests" Loading