Skip to content

Commit 05aa52c

Browse files
committed
Drop pylint
1 parent f2afd67 commit 05aa52c

5 files changed

Lines changed: 0 additions & 57 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,6 @@ jobs:
4444
pip install cffconvert
4545
cffconvert -i CITATION.cff --validate
4646
47-
pylint:
48-
name: Pylint
49-
runs-on: ubuntu-latest
50-
steps:
51-
- uses: actions/checkout@v6
52-
-
53-
uses: actions/setup-python@v6
54-
with:
55-
python-version: '3.x'
56-
- name: "Main Script"
57-
run: |
58-
EXTRA_INSTALL="numpy pymbolic orderedsets optype"
59-
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-pylint.sh
60-
. ./prepare-and-run-pylint.sh "$(basename $GITHUB_REPOSITORY)"
61-
6247
basedpyright:
6348
runs-on: ubuntu-latest
6449
steps:

.gitlab-ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,6 @@ Ruff:
5050
except:
5151
- tags
5252

53-
Pylint:
54-
script: |
55-
EXTRA_INSTALL="numpy pymbolic orderedsets siphash24 optype"
56-
py_version=3
57-
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-pylint.sh
58-
. ./prepare-and-run-pylint.sh "$CI_PROJECT_NAME"
59-
tags:
60-
- python3
61-
except:
62-
- tags
63-
6453
Documentation:
6554
script: |
6655
EXTRA_INSTALL="numpy siphash24 optype"

.pylintrc-local.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ exclude = [
118118
".conda-root",
119119
"build",
120120
".env",
121-
".run-pylint.py",
122121
]
123122

124123
# This reports even cycles that are qualified by 'if TYPE_CHECKING'. Not what

run-pylint.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)