소스 검색

Fix black

https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click
Kentaro Wada 2 년 전
부모
커밋
addfed4229
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -71,7 +71,7 @@ jobs:
       shell: bash -l {0}
       if: matrix.os != 'windows-latest'
       run: |
-        pip install black==22.1.0
+        pip install black==22.3.0
         black --line-length 79 --check --diff labelme/
 
     - name: Test with pytest