Skip to content

Commit e4ed913

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 6.0.0 → 7.0.0](PyCQA/isort@6.0.0...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.0) - [github.com/mwouts/jupytext: v1.16.7 → v1.19.1](mwouts/jupytext@v1.16.7...v1.19.1)
1 parent 6161d2b commit e4ed913

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: src/exoplanet/theano_ops/lib/vendor
@@ -14,15 +14,15 @@ repos:
1414
exclude: docs/tutorials
1515

1616
- repo: https://github.com/PyCQA/isort
17-
rev: "6.0.0"
17+
rev: "7.0.0"
1818
hooks:
1919
- id: isort
2020
args: []
2121
additional_dependencies: [toml]
2222
exclude: docs/tutorials
2323

24-
- repo: https://github.com/psf/black
25-
rev: "25.1.0"
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: "26.1.0"
2626
hooks:
2727
- id: black
2828

@@ -32,7 +32,7 @@ repos:
3232
- id: black_nbconvert
3333

3434
- repo: https://github.com/mwouts/jupytext
35-
rev: v1.16.7
35+
rev: v1.19.1
3636
hooks:
3737
- id: jupytext
3838
files: |

0 commit comments

Comments
 (0)