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"
34
34
pytest-socket = " ^0.7.0"
35
35
pytest-cov = " ^5.0.0"
36
36
pytest-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/" }
39
39
40
40
[tool .poetry .group .codespell ]
41
41
optional = true
@@ -54,19 +54,17 @@ mypy = "^1.7.1"
54
54
55
55
[tool .ruff .lint ]
56
56
select = [
57
- " E" , # pycodestyle
58
- " F" , # pyflakes
59
- " I" , # isort
57
+ " E" , # pycodestyle
58
+ " F" , # pyflakes
59
+ " I" , # isort
60
60
" T201" , # print
61
61
]
62
62
63
63
[tool .mypy ]
64
64
disallow_untyped_defs = " True"
65
65
66
66
[tool .coverage .run ]
67
- omit = [
68
- " tests/*" ,
69
- ]
67
+ omit = [" tests/*" ]
70
68
71
69
[build-system ]
72
70
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments