mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 09:02:25 +02:00
Update deps
This commit is contained in:
@@ -31,11 +31,11 @@ lint_diff format_diff: PYTHON_FILES=$(shell git diff --name-only --diff-filter=d
|
||||
|
||||
lint lint_diff:
|
||||
poetry run ruff .
|
||||
poetry run black $(PYTHON_FILES) --check
|
||||
poetry run ruff format $(PYTHON_FILES) --check
|
||||
poetry run mypy $(PYTHON_FILES)
|
||||
|
||||
format format_diff:
|
||||
poetry run black $(PYTHON_FILES)
|
||||
poetry run ruff format $(PYTHON_FILES)
|
||||
poetry run ruff --select I --fix $(PYTHON_FILES)
|
||||
|
||||
spell_check:
|
||||
|
||||
Generated
+328
-405
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -25,8 +25,7 @@ syrupy = "^4.0.2"
|
||||
pytest-watch = "^4.2.0"
|
||||
|
||||
[tool.poetry.group.lint.dependencies]
|
||||
ruff = "^0.0.249"
|
||||
black = {extras = ["jupyter"], version = "^23.7.0"}
|
||||
ruff = "^0.1.4"
|
||||
|
||||
[tool.poetry.group.typing.dependencies]
|
||||
mypy = "^1.6.0"
|
||||
|
||||
Reference in New Issue
Block a user