We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69b4bd commit 1f228efCopy full SHA for 1f228ef
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
@@ -13,18 +13,18 @@ repos:
13
- id: detect-private-key
14
15
- repo: https://github.com/kynan/nbstripout
16
- rev: 0.6.1
+ rev: 0.8.1
17
18
- id: nbstripout
19
- repo: https://github.com/mwouts/jupytext
20
- rev: v1.16.0
+ rev: v1.16.7
21
22
- id: jupytext
23
args: [--sync, --pipe, black]
24
additional_dependencies:
25
- black==22.6.0 # Matches hook
26
- repo: https://github.com/psf/black
27
- rev: 23.12.0
+ rev: 25.1.0
28
29
- id: black
30
args: [--line-length, "100"]
0 commit comments