Skip to content

Commit 842fa9c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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 842fa9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ repos:
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)