mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 09:04:03 +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.ruff]
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["B", "E", "F", "I", "T201", "UP"]
|
||||
ignore = ["UP007"]
|
||||
|
Loading…
Reference in New Issue
Block a user