Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _subdirectory: template
# Post-copy commands:
_tasks:
# Only run these commands when copying the template
- command: "git init -b main && uv add --dev pre-commit commitizen ruff typos && uv add polars seedcase-sprout"
- command: "git init -b main; uv add --dev pre-commit commitizen ruff typos; uv add polars seedcase-sprout"
when: "{{ _copier_operation == 'copy' }}"

# Message to show after generating or regenerating the project successfully
Expand Down
Loading