diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index 1152a1e..7f36398 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -28,5 +28,5 @@ jobs: pip install flake8 - name: Lint with flake8 run: | - flake8 . --max-line-length = 120 --count --show-source --statistics + flake8 . --max-line-length=120 --count --show-source --statistics