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