Skip to content

Commit 18a5b1c

Browse files
committed
fix: 🔒️ don't run post-copy tasks
1 parent 43b9115 commit 18a5b1c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

copier.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
_subdirectory: template
22

3-
# Post-copy commands:
4-
_tasks:
5-
# Add dev dependencies
6-
- command: "git init -b main; uv add --dev pre-commit ruff typos pytest bandit commitizen genbadge jupyter pytest-cov quartodoc types-tabulate mypy vulture"
7-
when: "{{ _copier_operation == 'copy' }}"
8-
93
# Message to show after generating or regenerating the project successfully
104
_message_after_copy: |
115

0 commit comments

Comments
 (0)