소스 검색

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