From 401e41ab210f16b838ad32056e0884699d210eb3 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 20 Jul 2020 13:35:03 +0100 Subject: [PATCH] default to --no-reuse-hashes --- piptools/scripts/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piptools/scripts/compile.py b/piptools/scripts/compile.py index 785afb9bb..b17ce52c5 100755 --- a/piptools/scripts/compile.py +++ b/piptools/scripts/compile.py @@ -186,7 +186,7 @@ def has_arg(self, arg_name): @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."