From fe76d99f3c35681918f39b5922e35e79be5b3101 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:16:05 +0100 Subject: [PATCH] Fixup --- .github/workflows/codestyle.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 089d50e452..76ce8e2d26 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -40,21 +40,6 @@ jobs: webapp/public webapp/config - pycodestyle: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Download pycodestyle python file - run: > - curl -L -o /tmp/pycodestyle.py 'https://github.com/PyCQA/pycodestyle/raw/refs/tags/2.12.1/pycodestyle.py' - - name: Check codestyle in python files - run: > - python3 /tmp/pycodestyle.py \ - --exclude='./example_problems/,./doc/,./gitlab/,./webapp/vendor/' \ - --max-line-length 120 \ - --show-pep8 --show-source \ - . - pyright: runs-on: ubuntu-latest steps: