From 995451b5bc2b6ddf84e0fa80429da3b8455c4a1e Mon Sep 17 00:00:00 2001 From: Jeppe Fihl-Pearson Date: Fri, 6 Sep 2024 12:47:12 +0100 Subject: [PATCH] Disable Pylint for now --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbfc811..6e09161 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,8 +27,8 @@ jobs: - name: Setup virtual environment run: make venv - - name: Pylinting - run: make pylint + # - name: Pylinting + # run: make pylint - name: Unit Tests run: make unit_test