From 8538af5a706d128fd8bfb6fd4ff5c034e8334ea4 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Fri, 10 Sep 2021 09:37:02 +0200 Subject: CI: ..and also fix the other flake8 command. --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8204746..b23198d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -33,7 +33,7 @@ jobs: # stop the build if there are Python syntax errors or undefined names flake8 sqlparse --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 sqlparse --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics sqlparse + flake8 sqlparse --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | pytest --cov=sqlparse -- cgit v1.2.1