Skip to content

Commit

Permalink
pylint github
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Nov 11, 2024
1 parent 5e5be1d commit b54217d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -o errexit -o nounset

ci_support="https://gitlab.tiker.net/inducer/ci-support/raw/main"
ci_support="https://raw.githubusercontent.com/inducer/ci-support/refs/heads/main/"

if [[ ! -f .pylintrc.yml ]]; then
curl -o .pylintrc.yml "${ci_support}/.pylintrc-default.yml"
curl -L -o .pylintrc.yml "${ci_support}/.pylintrc-default.yml"
fi


Expand Down

0 comments on commit b54217d

Please sign in to comment.