Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ repos:
hooks:
- id: mojo-format
name: Mojo Format
entry: bash -c 'cd oss/mojo-gpu-puzzles && pixi run format'
entry: pixi run format
language: system
pass_filenames: false
87 changes: 87 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ system-requirements = { macos = "15.0" }
[dependencies]
python = "==3.12"
mojo = "*" # includes `mojo-compiler`, lsp, debugger, formatter etc.
max = "==26.3.0" # required for the Python `max` module used by puzzles 17-22
bash = ">=5.2.21,<6"
manim = ">=0.18.1,<0.19"
mdbook = ">=0.4.48,<0.5"
Expand Down
Loading