Skip to content

Commit 2bdb7ef

Browse files
committed
chore: update justfile
1 parent 5775b79 commit 2bdb7ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,11 @@ readme-pdf:
363363
COOKIE := "{{cookiecutter.project_name}}"
364364

365365
template-lint-upgrade:
366-
cd {{ COOKIE }} && uvx prek -c .pre-commit-config.yaml autoupdate
366+
cd {{ COOKIE }} && uvx -c../requirements/lock/uvx-tools.txt prek -c .pre-commit-config.yaml autoupdate
367367
uv run --no-project --script tools/requirements_lock.py \
368368
--upgrade requirements/pre-commit-additional-dependencies.txt
369369
-just lint sync-pre-commit-deps
370370
-{{ UVX_WITH_OPTS }} prek run prettier --files .pre-commit-config.yaml
371-
-cd {{ COOKIE }} && {{ UVX_WITH_OPTS }} prek -c .pre-commit-config.yaml run prettier --files .pre-commit-config.yaml
371+
-cd {{ COOKIE }} && uvx -c../requirements/lock/uvx-tools.txt prek -c .pre-commit-config.yaml run prettier --files .pre-commit-config.yaml
372372

373373
alias update-template-pre-commit-config := template-lint-upgrade

0 commit comments

Comments
 (0)