File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 uv run ruff check src
2222
2323# Fix code style and linting issues
24- check-write :
24+ format :
2525 uv run ruff format src
2626 uv run ruff check --fix src
Original file line number Diff line number Diff line change 1717 uv run ruff check .
1818
1919# Fix code style and linting issues
20- check-write :
20+ format :
2121 uv run ruff format .
2222 uv run ruff check --fix .
Original file line number Diff line number Diff line change 2121 pnpm check
2222
2323# Fix code style and linting issues
24- check-write :
24+ format :
2525 pnpm check:write
Original file line number Diff line number Diff line change 2121 pnpm check
2222
2323# Fix code style and linting issues
24- check-write :
24+ format :
2525 pnpm check:write
Original file line number Diff line number Diff line change 2424 pnpm check
2525
2626# Fix code style and linting issues
27- check-write :
27+ format :
2828 pnpm check:write
You can’t perform that action at this time.
0 commit comments