diff --git a/.github/workflows/engine_tests.yaml b/.github/workflows/engine_tests.yaml index b26a8f0e..85658feb 100644 --- a/.github/workflows/engine_tests.yaml +++ b/.github/workflows/engine_tests.yaml @@ -39,7 +39,7 @@ jobs: - name: Lint with flake8 run: | - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=tests/ + flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=tests/ --max-line-length=88 - name: Test with pytest run: |