Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions piptools/scripts/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def _get_default_option(option_name: str) -> Any:
"--emit-index-url/--no-emit-index-url",
is_flag=True,
default=True,
envvar="PIP_TOOLS_EMIT_INDEX_URL",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably needs tests and docs.

help="Add index URL to generated file",
)

Expand Down