Loading .pylintrc-default.yml +4 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,7 @@ val: all - arg: enable val: E # https://github.com/PyCQA/pylint/issues/3381 - arg: disable val: E1136 prepare-and-run-pylint.sh +3 −5 Original line number Diff line number Diff line Loading @@ -26,11 +26,9 @@ else source build-py-project.sh fi # 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" "astroid<2.3" PyYAML # <2.5 version bound put in place out of an abundance of cautiousness, no particular reason # 2020-02-02 AK $PY_EXE -m pip install "pylint<2.5" PyYAML PYLINT_RUNNER_ARGS="--yaml-rcfile=.pylintrc.yml" Loading Loading
.pylintrc-default.yml +4 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,7 @@ val: all - arg: enable val: E # https://github.com/PyCQA/pylint/issues/3381 - arg: disable val: E1136
prepare-and-run-pylint.sh +3 −5 Original line number Diff line number Diff line Loading @@ -26,11 +26,9 @@ else source build-py-project.sh fi # 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" "astroid<2.3" PyYAML # <2.5 version bound put in place out of an abundance of cautiousness, no particular reason # 2020-02-02 AK $PY_EXE -m pip install "pylint<2.5" PyYAML PYLINT_RUNNER_ARGS="--yaml-rcfile=.pylintrc.yml" Loading