瀏覽代碼

fmt first (#26221)

tags/1.9.1
Asuka Minato 1 月之前
父節點
當前提交
46375aacdb
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      .github/workflows/autofix.yml

+ 3
- 1
.github/workflows/autofix.yml 查看文件

@@ -15,10 +15,12 @@ jobs:
# Use uv to ensure we have the same ruff version in CI and locally.
- uses: astral-sh/setup-uv@v6
with:
python-version: "3.12"
python-version: "3.11"
- run: |
cd api
uv sync --dev
# fmt first to avoid line too long
uv run ruff format ..
# Fix lint errors
uv run ruff check --fix .
# Format code

Loading…
取消
儲存