From ee860647cf389aef4f084b820c3d698f588db58c Mon Sep 17 00:00:00 2001 From: herr kaste Date: Wed, 13 Jul 2022 21:10:03 +0200 Subject: [PATCH] Do not specify a `max-line-length` in the GitHub action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36b8893..3c779e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,4 +22,4 @@ jobs: - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names - flake8 . --count --max-line-length=100 --show-source --statistics + flake8 . --count --show-source --statistics