We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a7f03 commit 9e8f906Copy full SHA for 9e8f906
1 file changed
{{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml
@@ -167,10 +167,6 @@ tasks:
167
update:
168
desc: Update the project dev and runtime dependencies
169
cmds:
170
-
171
- sh: "{{ "{{" }}.RUN_SCRIPT{{ "}}" }} {{ "{{" }}.SCRIPTS_DIR{{ "}}" }}/get_platform.sh"
172
173
174
# This currently assumes uv was installed via uv (locally); we will want to make it more flexible in the future
175
- '{{ "{{" }}if ne .GITHUB_ACTIONS "true"{{ "}}" }}brew upgrade uv{{ "{{" }}end{{ "}}" }}'
176
- pre-commit autoupdate --freeze --jobs 4
0 commit comments