Skip to content

Commit ea9cd06

Browse files
committed
Add justfile
1 parent 0ef7714 commit ea9cd06

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
_default:
2+
@just --list
3+
4+
deps-outdated:
5+
uv tree --all-groups --depth 1 --no-dev --outdated
6+
7+
test:
8+
uv run pytest

0 commit comments

Comments
 (0)