diff options
Diffstat (limited to '.github/workflows/codeqa-test.yml')
| -rw-r--r-- | .github/workflows/codeqa-test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml index c7c26e8..730f7d5 100644 --- a/.github/workflows/codeqa-test.yml +++ b/.github/workflows/codeqa-test.yml @@ -18,11 +18,11 @@ jobs: path: ~/.cache/pip key: pip-lint - name: Install dependencies - run: pip install black flake8 + run: pip install black pyproject-flake8 - name: Run black run: black --check --diff src tests - name: Run flake8 - run: flake8 src tests + run: pflake8 src tests test: strategy: |
