Skip to content

Commit 5ecc9fe

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.15.2 → v1.17.2](mwouts/jupytext@v1.15.2...v1.17.2)
1 parent a7725e1 commit 5ecc9fe

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
@@ -1,18 +1,18 @@
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: trailing-whitespace
66
- id: end-of-file-fixer
77
exclude_types: [json]
88

99
- repo: https://github.com/kynan/nbstripout
10-
rev: "0.6.1"
10+
rev: "0.8.1"
1111
hooks:
1212
- id: nbstripout
1313

1414
- repo: https://github.com/mwouts/jupytext
15-
rev: v1.15.2
15+
rev: v1.17.2
1616
hooks:
1717
- id: jupytext
1818
files: |

0 commit comments

Comments
 (0)