Pārlūkot izejas kodu

Use hacking instead of flake8

Kentaro Wada 5 gadi atpakaļ
vecāks
revīzija
18157b7e69
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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}