-
-
Notifications
You must be signed in to change notification settings - Fork 723
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
requirements-txt-fixer doesn't support comments with indent #548
Comments
I kind of agree with the assertion error -- why is that indented? |
it doesn't violate the rules. For example
|
if you're using pip-tools there's no reason to use this hook (as it sorts) |
Agree.
|
pip is also ok with unsorted requirements files -- this tool implements a very specific style decision |
Consider following example
requirements.txt
file:Script
requirements_txt_fixer.py
will fail withAssertionError
on line# This comment is not fine
.The text was updated successfully, but these errors were encountered: