aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-03-02 17:01:26 +0000
committerGravatar Chris Lovering <[email protected]>2025-03-02 17:01:26 +0000
commit4960d2b40f74144cad3cbe9287263853f4b3feea (patch)
treea3bf691a59a7b65bd3689d9b6c15b00c7a34df2c
parentAdd 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.toml4
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"