File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3939 "lint:md" : " markdownlint '**/*.md'" ,
4040 "lint:md:fix" : " markdownlint '**/*.md' --fix" ,
4141 "lint:code" : " npm run lint:code:js && npm run lint:code:py" ,
42- "lint:code:fix" : " npm run lint:code:js:fix && npm run lint:code:py:fix " ,
42+ "lint:code:fix" : " npm run lint:code:js:fix" ,
4343 "lint:code:js" : " eslint ." ,
4444 "lint:code:js:fix" : " eslint . --fix" ,
45- "lint:code:py" : " uv run --with doccmd --with ruff doccmd --language=py --command=\" ruff check --quiet\" ." ,
46- "lint:code:py:fix" : " uv run --with doccmd --with ruff doccmd --language=py --command=\" ruff check --quiet --fix\" ./sources" ,
45+ "lint:code:py" : " uv run --with doccmd --with ruff doccmd --language=py --command=\" ruff check --quiet\" ./sources" ,
4746 "postinstall" : " patch-package" ,
4847 "postbuild" : " node ./scripts/joinLlmsFiles.mjs && node ./scripts/indentLlmsFile.mjs"
4948 },
You can’t perform that action at this time.
0 commit comments