Skip to content
Merged
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
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ repos:
hooks:
- id: ruff
types_or: [ python, pyi, jupyter ]
args: [ --fix, --force-exclude ]
exclude: 'spring2025-course/localization-tutorial\.py'
args: [ --fix ]
exclude: 'spring2025-course/localization-tutorial\.*'

- id: ruff-format
types_or: [ python, pyi, jupyter ]
args: [ --force-exclude ]
exclude: 'spring2025-course/localization-tutorial\.py'
exclude: 'spring2025-course/localization-tutorial\.*'

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.369
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"import jax\n",
"import jax.numpy as jnp\n",
"import genjax\n",
"from urllib.request import urlopen\n",
"from genjax import SelectionBuilder as S\n",
"from genjax import ChoiceMapBuilder as C\n",
"from genjax.typing import FloatArray, PRNGKey\n",
Expand Down
Loading