From 071aadaea8acc0a6ad09a56963042fc69e9a31a2 Mon Sep 17 00:00:00 2001 From: Christopher Barber Date: Sat, 13 Apr 2024 12:31:58 -0400 Subject: [PATCH] drop pylint from CI --- .github/workflows/python-package-conda.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 6c71ee5..17ac87a 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -34,10 +34,6 @@ jobs: - name: ruff run: | make ruff - - name: pylint - if: success() || failure() - run: | - make pylint - name: mypy if: success() || failure() run: |