We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ebc7e commit c236888Copy full SHA for c236888
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 --no-group langgraph mypy --check-untyped-defs --namespace-packages ."
126
-test = "uv run --all-groups --no-group langgraph pytest"
+lint-types = "uv run --all-groups --no-group langgraph --no-group cloud-export-to-parquet mypy --check-untyped-defs --namespace-packages ."
+test = "uv run --all-groups --no-group langgraph --no-group cloud-export-to-parquet pytest"
127
128
[tool.pytest.ini_options]
129
asyncio_mode = "auto"
0 commit comments