Simplify the boilerplate

Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
William Fu-Hinthorn
2025-05-08 13:48:39 -07:00
parent 049ec8952e
commit 6627a2a05f
7 changed files with 52 additions and 74 deletions

View File

@@ -54,3 +54,9 @@ lint.ignore = [
"tests/*" = ["D", "UP"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[dependency-groups]
dev = [
"anyio>=4.7.0",
"langgraph-cli[inmem]>=0.2.8",
]