Commit e50b2a4c authored by Matt Wala's avatar Matt Wala
Browse files

Run python -I -m pylint

parent 8024a5fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,4 +15,5 @@ if ! test -f .pylintrc; then
  curl -o .pylintrc https://gitlab.tiker.net/inducer/ci-support/raw/master/.pylintrc-default
fi

python -m pylint "$@"
# The -I flag avoids potential issues with name shadowing.
python -I -m pylint "$@"