Skip to content

Commit 6945129

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 4544ebe + df7207c commit 6945129

File tree

4 files changed

+3
-4087
lines changed

4 files changed

+3
-4087
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ tests/test_jupyter/*.txt
2727
.ruff_cache
2828
.venv
2929
docs/jupyter_execute
30+
uv.lock

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ members = ["packages/*"]
9292

9393
[tool.uv]
9494
dev-dependencies = [
95-
"tox-uv>=1.7.0", "pygraphviz"
95+
"tox-uv>=1.7.0", "pygraphviz;platform_system=='Linux'",
9696
]
9797

9898
[build-system]

scripts/update_plugin_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
)
7979

8080

81-
_EXCLUDED_PACKAGES = ["pytask-io", "pytask-list"]
81+
_EXCLUDED_PACKAGES = ["pytask-io", "pytask-list", "pytask-queue"]
8282

8383

8484
def _escape_rst(text: str) -> str:

0 commit comments

Comments
 (0)