Skip to content

Commit 2e0eafa

Browse files
committed
Exclude langgraph group from --all-groups lint and test commands
1 parent 3e7f91b commit 2e0eafa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ lint = [
122122
{ cmd = "uv run ruff format --check" },
123123
{ ref = "lint-types" },
124124
]
125-
lint-types = "uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
126-
test = "uv run --all-groups pytest"
125+
lint-types = "uv run --all-groups --no-group langgraph mypy --check-untyped-defs --namespace-packages ."
126+
test = "uv run --all-groups --no-group langgraph pytest"
127127

128128
[tool.uv]
129129
conflicts = [

0 commit comments

Comments
 (0)