mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-25 19:15:11 +02:00
libs: add cli, sdk-py, sdk-js and move core langgraph
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.PHONY: lint format
|
||||
|
||||
lint:
|
||||
poetry run ruff .
|
||||
poetry run ruff format . --diff
|
||||
poetry run mypy .
|
||||
|
||||
format:
|
||||
poetry run ruff format .
|
||||
poetry run ruff --select I --fix .
|
||||
|
||||
test:
|
||||
poetry run pytest tests
|
||||
Reference in New Issue
Block a user