Browse Source

Use hacking instead of flake8

Kentaro Wada 5 năm trước cách đây
mục cha
commit
18157b7e69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/ci.yml

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

@@ -78,7 +78,7 @@ jobs:
         if [ "${{ matrix.os }}" != "windows-latest" ]; then
           conda install -y help2man
         fi
-        pip install flake8 pytest pytest-qt
+        pip install hacking pytest pytest-qt
 
     - name: Install main
       shell: bash -l {0}