Skip to content

Commit 0abca20

Browse files
committed
Also fire pylint on Gitlab
1 parent f5bb736 commit 0abca20

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ Ruff:
9696
except:
9797
- tags
9898

99-
Pylint:
100-
script: |
101-
EXTRA_INSTALL="jax[cpu]"
102-
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh
103-
. ./prepare-and-run-pylint.sh "$CI_PROJECT_NAME" examples/*.py test/test_*.py
104-
tags:
105-
- python3
106-
except:
107-
- tags
108-
10999
Mypy:
110100
script: |
111101
EXTRA_INSTALL="mypy pytest"

0 commit comments

Comments
 (0)