From 5d00855e587007b40694cde8a1ec861379c43317 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 14 Sep 2026 11:31:17 +0100 Subject: [PATCH] Document transient Vale download failures --- prek.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prek.toml b/prek.toml index 065175ed2..eec5a6d46 100644 --- a/prek.toml +++ b/prek.toml @@ -400,6 +400,8 @@ hooks = [ { id = "vale-sync", name = "vale sync", + # The Python Vale wrapper may fail transiently while downloading its binary; see + # https://github.com/daniperez/vale-python-package/issues/77 entry = "uv run --group=dev vale sync", language = "python", pass_filenames = false,