We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d8a0e commit e3eb3b5Copy full SHA for e3eb3b5
copier.yaml
@@ -29,7 +29,7 @@ cli:
29
help: Allow to invoke a CLI
30
default: true
31
32
-# Copier Settings
+# Settings
33
_subdirectory: template
34
_tasks:
35
# Remove CLI files if not needed
template/tox.ini
@@ -22,7 +22,7 @@ depends =
22
[testenv:report]
23
setenv =
24
# Unset variable otherwise it looks for .coverage.report
25
- # and finds no data to to combine
+ # and finds no data to combine
26
COVERAGE_FILE =
27
deps = coverage
28
commands =
0 commit comments