File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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-
6453Documentation :
6554 script : |
6655 EXTRA_INSTALL="numpy siphash24 optype"
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments