Loading prepare-and-run-pylint.sh +1 −2 Original line number Diff line number Diff line Loading @@ -15,5 +15,4 @@ if ! test -f .pylintrc; then curl -o .pylintrc https://gitlab.tiker.net/inducer/ci-support/raw/master/.pylintrc-default fi # The -I flag avoids potential issues with name shadowing. python -I -m pylint "$@" python -m pylint "$@" Loading
prepare-and-run-pylint.sh +1 −2 Original line number Diff line number Diff line Loading @@ -15,5 +15,4 @@ if ! test -f .pylintrc; then curl -o .pylintrc https://gitlab.tiker.net/inducer/ci-support/raw/master/.pylintrc-default fi # The -I flag avoids potential issues with name shadowing. python -I -m pylint "$@" python -m pylint "$@"