Ver Fonte

Only run flake8 on labelme/

Kentaro Wada há 2 anos atrás
pai
commit
76584bbb5f
1 ficheiros alterados com 1 adições e 1 exclusões
  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}