Quellcode durchsuchen

Fix black

https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click
Kentaro Wada vor 2 Jahren
Ursprung
Commit
addfed4229
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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