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