Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep whitespace on updates (Python dependencies) #15

Open
jayfk opened this issue Oct 30, 2017 · 1 comment
Open

Keep whitespace on updates (Python dependencies) #15

jayfk opened this issue Oct 30, 2017 · 1 comment
Labels
enhancement Enhancement of the code, not introducing new features.

Comments

@jayfk
Copy link
Contributor

jayfk commented Oct 30, 2017

Reference: pyupio/pyup#256

@rafaelpivato rafaelpivato added the enhancement Enhancement of the code, not introducing new features. label Mar 23, 2020
@rafaelpivato
Copy link
Contributor

If you don't have the time to go through pyupio/pyup#256 this issue is about respecting an existing file format, like the one done by pip-compile, in a way that comments aligned to some virtual right column would stick to the same column, even when you change this:

somelibrary==1.9.2      # some comment
other==2.10.2           # some comment

...to something like this:

somelibrary==1.10.2     # some comment
other==2.10.2           # some comment

... and avoid something like this:

somelibrary==1.9.3 # some comment
other==2.10.2 # some comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

No branches or pull requests

2 participants