Skip to content

Commit c69c8c6

Browse files
Bump pre-commit and re-run notebooks (#696)
* Bump pre-commit hook versions and rename ruff hook to ruff-check * Apply ruff 0.15.17 config, lint fixes, and reformatting * Port VARMAX notebook to pymc 6 / arviz 1.x * Port ETS notebook to arviz 1.x * Port ADVI Guide notebook to arviz 1.x * Port and tidy DFM example notebook for pymc 6 / arviz 1.x * Port custom statespace notebook to arviz 1.x * Port SARIMAX notebook to pymc 6 / arviz 1.x * Port structural timeseries notebook to arviz 1.x * Port deterministic ADVI notebook to arviz 1.x * Port discrete Markov chain notebook to arviz 1.x * Port marginalized changepoint notebook to arviz 1.x * lint inla notebook * Delete latent_approx.ipynb
1 parent 71c1706 commit c69c8c6

31 files changed

Lines changed: 4122 additions & 8504 deletions

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-toml
@@ -12,9 +12,9 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.5.5
15+
rev: v0.15.17
1616
hooks:
17-
- id: ruff
17+
- id: ruff-check
1818
args: [ --fix, --unsafe-fixes, --exit-non-zero-on-fix ]
1919
- id: ruff-format
2020
types_or: [ python, pyi, jupyter ]

0 commit comments

Comments
 (0)