From 94434341330a178a9c2b031b9bf341e4602b4b34 Mon Sep 17 00:00:00 2001 From: chrisruk Date: Thu, 23 Jun 2022 11:36:59 +0100 Subject: [PATCH] Modify github flake8 action (#154) --- .github/workflows/python-app.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8e72fc3..833f952 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -34,5 +34,3 @@ jobs: flake8 . --version # stop the build if there are Python syntax errors or undefined names flake8 . --count --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics