diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2021-09-10 09:37:02 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2021-09-10 09:37:02 +0200 |
| commit | 8538af5a706d128fd8bfb6fd4ff5c034e8334ea4 (patch) | |
| tree | 841e9fc8cbf4ddfad0c499e738db3828b0e1a129 | |
| parent | c9bcd0bdb3c9275b5e8312278ec59cfa7b6e9f1f (diff) | |
| download | sqlparse-8538af5a706d128fd8bfb6fd4ff5c034e8334ea4.tar.gz | |
CI: ..and also fix the other flake8 command.
| -rw-r--r-- | .github/workflows/python-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
