From beedfda3a71be37f18d74b93d2d34f6245181fa3 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Wed, 5 Jun 2024 12:37:14 -0400 Subject: [PATCH] build: disable pylint (for now...) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a3d7a8..794eeca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,10 @@ jobs: - uses: pre-commit/action@v3.0.1 with: extra_args: --hook-stage manual --all-files - - name: Run PyLint - run: | - echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json" - pipx run nox -s pylint + # - name: Run PyLint + # run: | + # echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json" + # pipx run nox -s pylint checks: name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}