mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
ruff: more rules across the board & fixes (#31898)
* standardizes ruff dep version across all `pyproject.toml` files * cli: ruff rules and corrections * langchain: rules and corrections
This commit is contained in:
@@ -38,7 +38,7 @@ test = [
|
||||
"langchain-tests",
|
||||
]
|
||||
codespell = ["codespell<3.0.0,>=2.2.0"]
|
||||
lint = ["ruff<1.0,>=0.5"]
|
||||
lint = ["ruff<0.13,>=0.12.2"]
|
||||
dev = ["langchain-core"]
|
||||
test_integration = ["requests<3.0.0,>=2.32.3", "langchain-core"]
|
||||
typing = [
|
||||
|
||||
Reference in New Issue
Block a user