Browse Source

fixup! One comma too many

Christian Clauss 3 years ago
parent
commit
38697384a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/lint.yml

+ 1 - 1
.github/workflows/lint.yml

@@ -28,5 +28,5 @@ jobs:
       - name: Lint with flake8
         run: |
           pip install flake8
-          flake8 --ignore=E126,E127,E128,E131,E226,,E402,E731,F401,F403,F405,W291,W292,W293 \
+          flake8 --ignore=E126,E127,E128,E131,E226,E402,E731,F401,F403,F405,W291,W292,W293 \
                  --max-complexity=32 --max-line-length=525 --show-source --statistics .