소스 검색

Use hacking instead of flake8

Kentaro Wada 5 년 전
부모
커밋
18157b7e69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}