wip: feat: workspace tmux remove
This commit is contained in:
parent
5301b5384c
commit
3019f0713e
4 changed files with 521 additions and 0 deletions
7
justfile
Normal file
7
justfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
format:
|
||||
uv run ruff format .
|
||||
|
||||
check:
|
||||
uv run ruff check .
|
||||
uv run ty check .
|
||||
Loading…
Add table
Add a link
Reference in a new issue