partner[patch]: Upgrade to Ruff v0.4.2 (#21108)

## Summary

No new diagnostics (given that the set of enabled rules hasn't changed),
but gains access to our new parser (much faster) and reduced false
positives all around.
This commit is contained in:
Charlie Marsh
2024-04-30 12:06:42 -07:00
committed by GitHub
parent 3e749369ef
commit fd94aa8366
10 changed files with 42 additions and 42 deletions

View File

@@ -55,7 +55,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
langchain-core = { path = "../../core", develop = true }
[tool.ruff]
[tool.ruff.lint]
select = [
"E", # pycodestyle
"F", # pyflakes