diff options
author | 2025-03-02 17:01:26 +0000 | |
---|---|---|
committer | 2025-03-02 17:01:26 +0000 | |
commit | 4960d2b40f74144cad3cbe9287263853f4b3feea (patch) | |
tree | a3bf691a59a7b65bd3689d9b6c15b00c7a34df2c | |
parent | Add back taskipy tasks for people who want to use those over make (diff) |
Add more taskipy tasks for parity with make targets
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6852238..4feb770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,10 @@ ldap = [ ] [tool.taskipy.tasks] +all = "task lock && task precommit" +lock = "task justlock && task install" +justlock = "uv lock --upgrade" +install = "uv sync --frozen --all-groups" start = "python -m arthur" lint = "pre-commit run --all-files" format = "ruff format arthur" |