File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ pytest-asyncio = "^0.23.2"
3434pytest-socket = " ^0.7.0"
3535pytest-cov = " ^5.0.0"
3636pytest-timeout = " ^2.3.1"
37- langchain-core = {git = " https://github.com/langchain-ai/langchain.git" , subdirectory = " libs/core/" }
38- langchain-standard- tests = {git = " https://github.com/langchain-ai/langchain.git" , subdirectory = " libs/standard-tests/" }
37+ langchain-core = { git = " https://github.com/langchain-ai/langchain.git" , subdirectory = " libs/core/" }
38+ langchain-tests = { git = " https://github.com/langchain-ai/langchain.git" , subdirectory = " libs/standard-tests/" }
3939
4040[tool .poetry .group .codespell ]
4141optional = true
@@ -54,19 +54,17 @@ mypy = "^1.7.1"
5454
5555[tool .ruff .lint ]
5656select = [
57- " E" , # pycodestyle
58- " F" , # pyflakes
59- " I" , # isort
57+ " E" , # pycodestyle
58+ " F" , # pyflakes
59+ " I" , # isort
6060 " T201" , # print
6161]
6262
6363[tool .mypy ]
6464disallow_untyped_defs = " True"
6565
6666[tool .coverage .run ]
67- omit = [
68- " tests/*" ,
69- ]
67+ omit = [" tests/*" ]
7068
7169[build-system ]
7270requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments