mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
add test command for sdk-py (#710)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
.PHONY: lint format
|
||||
|
||||
test:
|
||||
echo "No tests to run"
|
||||
|
||||
######################
|
||||
# LINTING AND FORMATTING
|
||||
######################
|
||||
@@ -18,4 +21,4 @@ lint lint_diff:
|
||||
|
||||
format format_diff:
|
||||
poetry run ruff format $(PYTHON_FILES)
|
||||
poetry run ruff --select I --fix $(PYTHON_FILES)
|
||||
poetry run ruff --select I --fix $(PYTHON_FILES)
|
||||
|
||||
Reference in New Issue
Block a user