Skip to content
Draft
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
2 changes: 1 addition & 1 deletion piptools/scripts/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _get_default_option(option_name: str) -> Any:
@click.option(
"--reuse-hashes/--no-reuse-hashes",
is_flag=True,
default=True,
default=False,
help=(
"Improve the speed of --generate-hashes by reusing the hashes from an "
"existing output file."
Expand Down