diff --git a/package.json b/package.json index a7d0bf73e..83ef19f38 100644 --- a/package.json +++ b/package.json @@ -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",