Ver Fonte

Fix black

https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click
Kentaro Wada há 2 anos atrás
pai
commit
addfed4229
1 ficheiros alterados com 1 adições e 1 exclusões
  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