If you use both the --index-url
and --extra-index-url
flags together in a requirements.txt
file the hook will put --extra-index-url
above the --index-url
which causes the url set to index-url
be skipped. I suppose this is because the flags are also sorted alphabetically.