From 1818dc79bac01bb09de2f40ab3a461c74d0f36f3 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Fri, 21 Mar 2025 08:55:16 +0100 Subject: [PATCH] chore: set uv_locked in justfile --- justfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index f3c9e99..8f86dbd 100644 --- a/justfile +++ b/justfile @@ -2,14 +2,16 @@ # Ref: https://just.systems/man/en/ # ------------------------------------------------------------------------------ +export UV_LOCKED := "true" + _default: @just --list --unsorted sync: - uv sync --locked + uv sync sync-docs: - uv sync --locked --group=docs + uv sync --group=docs @project-version: uv run toml get --toml-path pyproject.toml project.version