Skip to content

Commit 16cd483

Browse files
committed
Use quotes in description
1 parent b64d40e commit 16cd483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.pre-commit-hooks.yaml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- id: {{ tool }}-conda
22
name: {{ tool }}-conda
3-
description: {{ description }}
3+
description: '{{ description }}'
44
entry: {{ entry }}
55
language: conda

0 commit comments

Comments
 (0)