We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678d5f9 commit ad5d9aeCopy full SHA for ad5d9ae
copier.yml
@@ -20,6 +20,7 @@ url:
20
entry:
21
type: str
22
help: What is the pre-commit entry (for example `ruff --fix --exit-non-zero-on-fix`)?
23
+ default: '{{ tool }}'
24
validator: >-
25
{% if entry == '' %}
26
Please provide an entry
0 commit comments