mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 21:27:52 +02:00
Update ruff
This commit is contained in:
@@ -16,7 +16,7 @@ python = "^3.9.0,<4.0"
|
||||
click = "^8.1.7"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "^0.1.4"
|
||||
ruff = "^0.6.2"
|
||||
codespell = "^2.2.0"
|
||||
pytest = "^7.2.1"
|
||||
pytest-asyncio = "^0.21.1"
|
||||
@@ -40,7 +40,7 @@ requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.ruff]
|
||||
select = [
|
||||
lint.select = [
|
||||
# pycodestyle
|
||||
"E",
|
||||
# Pyflakes
|
||||
@@ -52,4 +52,4 @@ select = [
|
||||
# isort
|
||||
"I",
|
||||
]
|
||||
ignore = [ "E501", "B008" ]
|
||||
lint.ignore = [ "E501", "B008" ]
|
||||
|
||||
Reference in New Issue
Block a user