We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7f91b commit 2e0eafaCopy full SHA for 2e0eafa
1 file changed
pyproject.toml
@@ -122,8 +122,8 @@ lint = [
122
{ cmd = "uv run ruff format --check" },
123
{ ref = "lint-types" },
124
]
125
-lint-types = "uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
126
-test = "uv run --all-groups pytest"
+lint-types = "uv run --all-groups --no-group langgraph mypy --check-untyped-defs --namespace-packages ."
+test = "uv run --all-groups --no-group langgraph pytest"
127
128
[tool.uv]
129
conflicts = [
0 commit comments