Inside corporations is quite common being working beside a proxy. In Linux some applications (like pip) takes proxy configuration from following environment variables:
http_proxy https_proxy no_proxy
HTTP_PROXY HTTPS_PROXY NO_PROXY
Being variables of the system and quite standard and not being specific of projects, I think they should be passed through by default.
Inside corporations is quite common being working beside a proxy. In Linux some applications (like pip) takes proxy configuration from following environment variables:
http_proxy https_proxy no_proxy
HTTP_PROXY HTTPS_PROXY NO_PROXY
Being variables of the system and quite standard and not being specific of projects, I think they should be passed through by default.