Skip to content

Commit eb6c0df

Browse files
committed
Drop pylint
1 parent c7e1fd2 commit eb6c0df

3 files changed

Lines changed: 0 additions & 46 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,6 @@ jobs:
3030
pip install ruff
3131
ruff check
3232
33-
pylint:
34-
name: Pylint
35-
runs-on: ubuntu-latest
36-
steps:
37-
- uses: actions/checkout@v4
38-
- name: "Main Script"
39-
run: |
40-
export EXTRA_INSTALL="pyvisfile matplotlib"
41-
42-
curl -L -O https://tiker.net/ci-support-v0
43-
. ci-support-v0
44-
45-
# pylint seems unable to find the cython bits if not installed
46-
# editable. -AK, 2023-11-01
47-
PROJECT_INSTALL_FLAGS="--editable"
48-
49-
build_py_project_in_conda_env
50-
run_pylint "$(get_proj_name)" examples/*.py test/*.py
51-
5233
mypy:
5334
name: Mypy
5435
runs-on: ubuntu-latest

.gitlab-ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,6 @@ Documentation:
9090
tags:
9191
- python3
9292

93-
Pylint:
94-
script: |
95-
export EXTRA_INSTALL="Cython pybind11 numpy scipy mako matplotlib"
96-
curl -L -O https://tiker.net/ci-support-v0
97-
. ci-support-v0
98-
99-
# pylint seems unable to find the cython bits if not installed
100-
# editable. -AK, 2023-11-01
101-
PROJECT_INSTALL_FLAGS="--editable"
102-
103-
build_py_project
104-
run_pylint "$(get_proj_name)" examples/*.py test/*.py
105-
tags:
106-
- python3
107-
except:
108-
- tags
109-
11093
Mypy:
11194
script: |
11295
curl -L -O https://tiker.net/ci-support-v0

.pylintrc-local.yml

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

0 commit comments

Comments
 (0)