diff --git a/prek.toml b/prek.toml index 9869ba179..e9ffb7e91 100644 --- a/prek.toml +++ b/prek.toml @@ -357,6 +357,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,