Loading prepare-and-run-pylint.sh +2 −2 Original line number Diff line number Diff line Loading @@ -26,11 +26,11 @@ else source build-py-project.sh fi # Added 2019-09-25 by AK: # Version restrictions added 2019-09-25 by AK: # https://github.com/PyCQA/pylint/issues/3139 # https://gitlab.tiker.net/inducer/pytential/merge_requests/182 # https://gitlab.tiker.net/inducer/leap/pipelines/19503 (?) $PY_EXE -m pip install "pylint<2.4" PyYAML $PY_EXE -m pip install "pylint<2.4" "astroid<2.3" PyYAML PYLINT_RUNNER_ARGS="--yaml-rcfile=.pylintrc.yml" Loading Loading
prepare-and-run-pylint.sh +2 −2 Original line number Diff line number Diff line Loading @@ -26,11 +26,11 @@ else source build-py-project.sh fi # Added 2019-09-25 by AK: # Version restrictions added 2019-09-25 by AK: # https://github.com/PyCQA/pylint/issues/3139 # https://gitlab.tiker.net/inducer/pytential/merge_requests/182 # https://gitlab.tiker.net/inducer/leap/pipelines/19503 (?) $PY_EXE -m pip install "pylint<2.4" PyYAML $PY_EXE -m pip install "pylint<2.4" "astroid<2.3" PyYAML PYLINT_RUNNER_ARGS="--yaml-rcfile=.pylintrc.yml" Loading