[dev] add justfile for a few tasks/recipes
This commit is contained in:
parent
2c3a0d58ab
commit
89b4e7d650
1 changed files with 8 additions and 0 deletions
8
justfile
Normal file
8
justfile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
deps:
|
||||||
|
pip-compile-multi --uv
|
||||||
|
|
||||||
|
sync:
|
||||||
|
pip install -r requirements/dev.txt
|
||||||
|
|
||||||
|
lint:
|
||||||
|
ruff check .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue