We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e0598 commit 782e94cCopy full SHA for 782e94c
copier.yml
@@ -24,6 +24,10 @@ entry:
24
{% if entry == '' %}
25
Please provide an entry
26
{% endif %}
27
+description:
28
+ type: str
29
+ help: What is the description of the tool?
30
+ default: This hook runs {{ tool }}.
31
32
_tasks:
33
- sed -i "s/TOOL_VERSION/$(micromamba search -c conda-forge {{ tool }} --json | jq -r '.result.pkgs[0].version')/g" environment.yml
template/.pre-commit-hooks.yaml.jinja
@@ -1,5 +1,5 @@
1
- id: {{ tool }}-conda
2
name: {{ tool }}-conda
3
- description: This hook runs {{ tool }}.
+ description: {{ description }}
4
entry: {{ entry }}
5
language: conda
0 commit comments