diff options
Diffstat (limited to '.github/workflows/python-app.yml')
| -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 337e740..4f16585 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,7 +29,7 @@ jobs: pip install codecov flake8 pytest pytest-cov if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 - run: flake8 sqlparse --count --max-complexity=31 --max-line-length=88 --show-source --statistics + run: flake8 sqlparse --count --max-complexity=31 --show-source --statistics - name: Test with pytest run: pytest --cov=sqlparse - name: Publish to codecov |
