Skip to content

Commit f51efcb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - [github.com/mwouts/jupytext: v1.16.0 → v1.16.1](mwouts/jupytext@v1.16.0...v1.16.1) - [github.com/psf/black: 23.12.0 → 24.1.1](psf/black@23.12.0...24.1.1)
1 parent b69b4bd commit f51efcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.7.1
1717
hooks:
1818
- id: nbstripout
1919
- repo: https://github.com/mwouts/jupytext
20-
rev: v1.16.0
20+
rev: v1.16.1
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: 24.1.1
2828
hooks:
2929
- id: black
3030
args: [--line-length, "100"]

0 commit comments

Comments
 (0)