Commit 5c8f47ae authored by Matt Wala's avatar Matt Wala
Browse files

Revert "Run python -I -m pylint"

This reverts commit e50b2a4c.
parent e50b2a4c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 "$@"