From 3564d77e5882ea40f5c19b5716e6117745e008c2 Mon Sep 17 00:00:00 2001 From: Arbion Halili <99731180+ToxicPine@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:56:02 +0100 Subject: [PATCH] Add Sync to Runner --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b1db32b8..47c2a7b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ fmt = { shell = "ruff format master worker shared engines/*", help = "Format the lint = { shell = "ruff check --fix master worker shared engines/*", help = "Run the linter" } test = { shell = "pytest master worker shared engines/*", help = "Run the tests" } check = { shell = "basedpyright --project master worker shared engines/*", help = "Run type checker" } +sync = { shell = "uv sync --all-packages", help = "Sync the dependencies" } ### # workspace configuration