Parcourir la source

Use hacking instead of flake8

Kentaro Wada il y a 5 ans
Parent
commit
18157b7e69
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}