Skip to content

Commit

Permalink
fix ruff npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Dec 3, 2024
1 parent 59af3fb commit 5cc9443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"jest": "cd packages/pyright-internal && jest",
"update-python-deps": "uv sync --upgrade",
"typecheck-python": "uv run --no-sync basedpyright",
"ruff-check": "uv run --no-sync ruff check --no-cache && uv run --no-sync ruff format --n--check --diff",
"ruff-fix": "uv run --no-sync ruff check --no-cache --fix && uv run --no-sync ruff format --fix",
"ruff-check": "uv run --no-sync ruff check --no-cache && uv run --no-sync ruff format --check --diff",
"ruff-fix": "uv run --no-sync ruff check --no-cache --fix && uv run --no-sync ruff format",
"pylint": "uv run --no-sync pylint basedpyright build pdm_build.py",
"test-python": "uv run --no-sync pytest tests",
"generate-docstubs": "uv run --no-sync build/generate_docstubs.py",
Expand Down

0 comments on commit 5cc9443

Please sign in to comment.