Skip to content

Commit 1f228ef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.1](kynan/nbstripout@0.6.1...0.8.1) - [github.com/mwouts/jupytext: v1.16.0 → v1.16.7](mwouts/jupytext@v1.16.0...v1.16.7) - [github.com/psf/black: 23.12.0 → 25.1.0](psf/black@23.12.0...25.1.0)
1 parent b69b4bd commit 1f228ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -13,18 +13,18 @@ repos:
1313
- id: detect-private-key
1414

1515
- repo: https://github.com/kynan/nbstripout
16-
rev: 0.6.1
16+
rev: 0.8.1
1717
hooks:
1818
- id: nbstripout
1919
- repo: https://github.com/mwouts/jupytext
20-
rev: v1.16.0
20+
rev: v1.16.7
2121
hooks:
2222
- id: jupytext
2323
args: [--sync, --pipe, black]
2424
additional_dependencies:
2525
- black==22.6.0 # Matches hook
2626
- repo: https://github.com/psf/black
27-
rev: 23.12.0
27+
rev: 25.1.0
2828
hooks:
2929
- id: black
3030
args: [--line-length, "100"]

0 commit comments

Comments
 (0)