Skip to content
Merged
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
7 changes: 2 additions & 5 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading