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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Pin to a specific tag for deterministic CI/dev parity. Track
# pyproject.toml's ruff bound (currently >=0.15.21,<0.16), so local and
# pyproject.toml's ruff bound (currently >=0.15.22,<0.16), so local and
# runtime versions stay in lockstep. Stay below 0.16, which formats
# markdown code fences by default.
rev: v0.15.21
rev: v0.15.22
hooks:
- id: ruff-format
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dev = [
# misreads illustrative fragments, e.g. a trailing-comma snippet as a
# tuple). Adopt it deliberately later with an explicit config, not via a
# floating CI install. The pre-commit rev tracks this bound in lockstep.
"ruff>=0.15.21,<0.16",
"ruff>=0.15.22,<0.16",
# Strips notebook outputs/exec-counts/metadata; also wired as a pre-commit
# hook. Here so the CLI is available to strip a notebook on demand.
"nbstripout>=0.9.1",
Expand Down