-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Unnecessary comment at top of requirements.txt #105
Comments
Which version are you using? This seems like bug. |
Sorry to bother you, has this been resolved? |
I believe this issue may have been closed by accident. The top line comment serves as a reminder. You can find that protobuf and other tools put a similar line, since your edition may be overridden by pigar again. However, providing an extra option to disable it would be acceptable. |
For example pipreqs won't have such comments, it looks clean. But it has many problems. Anyway, hope you can add an option to disable it, thank you!
|
Pigar is a very useful package, it saves developers time in creating a requirements.txt.
However, there is an unnecessary comment at the top.
This persists even if the
--without-referenced-comments
has been set. It would be helpful if that comment were removed, at least when this option is set, so we don't have go into the .txt to remove it each time. It kind of is against the idea of automating the requirements.txt.The text was updated successfully, but these errors were encountered: