In this case, I intentionally use -i for the index instead of --extra-index-url to avoid index confusion attacks. But if openPMD-validator gets sorted after the -i line, then it cannot be found (because it exists on the regular PyPI index).
As a minor observation, maybe the -r ../requirements.txt should also not be moved around?
Hi,
I have a
requirements.txt
file of the formwhich
requirements-txt-fixer
reformats (and breaks) toIn this case, I intentionally use
-i
for the index instead of--extra-index-url
to avoid index confusion attacks. But ifopenPMD-validator
gets sorted after the-i
line, then it cannot be found (because it exists on the regular PyPI index).As a minor observation, maybe the
-r ../requirements.txt
should also not be moved around?