From e1b48f83b2fb6d8cbe17822feac833eae3fc0987 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 15 May 2026 12:29:31 +0000 Subject: [PATCH] Shorten audit_in_ci prompt in copier.yml The previous help text spanned five lines, making the copier questionnaire feel verbose at that step. Trim to a single concise line matching the style of the surrounding prompts. --- copier.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/copier.yml b/copier.yml index d45c9ab..6902e20 100644 --- a/copier.yml +++ b/copier.yml @@ -139,11 +139,8 @@ format_tool: audit_in_ci: type: bool help: >- - Run pip-audit in weekly CI? It audits the locked dependencies, which - only affect this repo's developers and CI -- downstream consumers - resolve their own deps, so the audit is mostly relevant for developer - safety. GitHub Dependabot alerts and `just deps-audit` are always - available. + Run pip-audit on locked deps in weekly CI? (Dependabot and + `just deps-audit` are always available.) default: false in_pypi: