Skip to content

Commit 67c5e44

Browse files
committed
More proto environment updates
1 parent 62360ed commit 67c5e44

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

pixi.lock

Lines changed: 60 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ test = { cmd = "./scripts/test.py" }
2828
subtasks = { cmd = "./scripts/subtasks.sh" }
2929
node = { cmd = "./scripts/node.sh" }
3030
x2z = { cmd = "./scripts/x2z.py" }
31+
lint = { cmd = "./scripts/lint.sh", cwd = "." }
3132

3233
[tool.pixi.dependencies]
3334
python = "3.11.*"
@@ -129,3 +130,6 @@ check_untyped_defs = true
129130
show_error_codes = true
130131
follow_imports = "skip"
131132
ignore_errors = true
133+
134+
[dependency-groups]
135+
proto = ["pyvis>=0.3.2,<0.4", "recursive-diff>=1.2.0,<2"]

0 commit comments

Comments
 (0)