mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-24 22:54:46 +08:00
chore: add lint and format
This commit is contained in:
@@ -3,3 +3,9 @@ install:
|
|||||||
|
|
||||||
dev:
|
dev:
|
||||||
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --no-browser --allow-blocking
|
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --no-browser --allow-blocking
|
||||||
|
|
||||||
|
lint:
|
||||||
|
uvx ruff check .
|
||||||
|
|
||||||
|
format:
|
||||||
|
uvx ruff format .
|
||||||
|
|||||||
Reference in New Issue
Block a user