Skip to content

Commit d1e2099

Browse files
authored
chore(core): clean pyproject formatting (#33821)
1 parent 6ea15b9 commit d1e2099

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

libs/core/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ omit = [ "tests/*",]
133133

134134
[tool.pytest.ini_options]
135135
addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5"
136-
markers = [ "requires: mark tests as requiring a specific library", "compile: mark placeholder test used to compile integration tests without running them", ]
136+
markers = [
137+
"requires: mark tests as requiring a specific library",
138+
"compile: mark placeholder test used to compile integration tests without running them",
139+
]
137140
asyncio_mode = "auto"
138-
filterwarnings = [ "ignore::langchain_core._api.beta_decorator.LangChainBetaWarning",]
139141
asyncio_default_fixture_loop_scope = "function"
142+
filterwarnings = [ "ignore::langchain_core._api.beta_decorator.LangChainBetaWarning",]

0 commit comments

Comments
 (0)