Sfoglia il codice sorgente

Only run flake8 on labelme/

Kentaro Wada 2 anni fa
parent
commit
76584bbb5f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/ci.yml

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

@@ -65,7 +65,7 @@ jobs:
       shell: bash -l {0}
       if: matrix.os != 'windows-latest'
       run: |
-        flake8 .
+        flake8 labelme/
 
     - name: Black
       shell: bash -l {0}