chore: add lint and format

This commit is contained in:
Henry Li
2026-01-14 09:20:05 +08:00
parent 2e3a50d847
commit 421488a991

View File

@@ -3,3 +3,9 @@ install:
dev:
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 .