Skip to content
Open
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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
exclude: src/exoplanet/theano_ops/lib/vendor
Expand All @@ -14,15 +14,15 @@ repos:
exclude: docs/tutorials

- repo: https://github.com/PyCQA/isort
rev: "6.0.0"
rev: "8.0.1"
hooks:
- id: isort
args: []
additional_dependencies: [toml]
exclude: docs/tutorials

- repo: https://github.com/psf/black
rev: "25.1.0"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "26.1.0"
hooks:
- id: black

Expand All @@ -32,7 +32,7 @@ repos:
- id: black_nbconvert

- repo: https://github.com/mwouts/jupytext
rev: v1.16.7
rev: v1.19.1
hooks:
- id: jupytext
files: |
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.7
jupytext_version: 1.19.1
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/autodiff.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.7
jupytext_version: 1.19.1
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/citation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.7
jupytext_version: 1.19.1
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/data-and-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.7
jupytext_version: 1.19.1
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/intro-to-pymc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.7
jupytext_version: 1.19.1
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/light-delay.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.7
jupytext_version: 1.19.1
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/reparameterization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.7
jupytext_version: 1.19.1
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
Loading