mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-04 10:42:55 +00:00
core: use ruff.target-version instead (#26634)
tested on one of the replacement cases and seems to work! 
This commit is contained in:
parent
84b831356c
commit
9909354cd0
@ -40,6 +40,9 @@ python = ">=3.12.4"
|
|||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
target-version = "py39"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = ["B", "E", "F", "I", "T201", "UP"]
|
select = ["B", "E", "F", "I", "T201", "UP"]
|
||||||
ignore = ["UP007"]
|
ignore = ["UP007"]
|
||||||
|
Loading…
Reference in New Issue
Block a user