Update to a slightly newer pycodestyle
authorMagnus Hagander <magnus@hagander.net>
Fri, 15 Jul 2022 11:14:39 +0000 (13:14 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 15 Jul 2022 11:14:49 +0000 (13:14 +0200)
.github/workflows/validate-syntax.yaml

index e3d82381479c3b72c9cd9e933badbfa21892b603..2fe8ba07a396b7d67a59c17eef3ccbf14cb3e17e 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install pycodestyle==2.4.0
+        pip install pycodestyle==2.6.0
     - name: Validate with pycodestyle
       run: |
         pycodestyle