We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b116a9 commit 7b25c6dCopy full SHA for 7b25c6d
.github/workflows/ci.yml
@@ -31,17 +31,6 @@ jobs:
31
pip install ruff
32
ruff check
33
34
- pylint:
35
- name: Pylint
36
- runs-on: ubuntu-latest
37
- steps:
38
- - uses: actions/checkout@v4
39
- - name: "Main Script"
40
- run: |
41
- USE_CONDA_BUILD=1
42
- curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh
43
- . ./prepare-and-run-pylint.sh "$(basename $GITHUB_REPOSITORY)" examples/*.py test/test_*.py
44
-
45
mypy:
46
name: Mypy
47
runs-on: ubuntu-latest
0 commit comments