Explorar o código

Use hacking instead of flake8

Kentaro Wada %!s(int64=5) %!d(string=hai) anos
pai
achega
18157b7e69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}