We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Consider following example requirements.txt file:
requirements.txt
# This comment is fine a==0.0.1 # This comment is not fine b==0.0.2 # This comment is fine too
Script requirements_txt_fixer.py will fail with AssertionError on line # This comment is not fine.
requirements_txt_fixer.py
AssertionError
# This comment is not fine
Consider following example
requirements.txtfile:Script
requirements_txt_fixer.pywill fail withAssertionErroron line# This comment is not fine.