瀏覽代碼

Update format-backend.yaml

Timothy J. Baek 1 年之前
父節點
當前提交
6c2eb814ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/format-backend.yaml

+ 1 - 1
.github/workflows/format-backend.yaml

@@ -22,7 +22,7 @@ jobs:
       - name: Install dependencies
         run: |
           python -m pip install --upgrade pip
-          pip install yapf
+          pip install black
       - name: Format backend
         run: bun run format:backend
       - name: Check for changes after format