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 28ab940 commit 96ce13cCopy full SHA for 96ce13c
.pre-commit-config.yaml
@@ -11,12 +11,12 @@ repos:
11
args: ["--maxkb=500"]
12
13
- repo: https://github.com/psf/black
14
- rev: 24.10.0
+ rev: 25.1.0
15
hooks:
16
- id: black-jupyter
17
18
- repo: https://github.com/codespell-project/codespell
19
- rev: v2.3.0
+ rev: v2.4.1
20
21
- id: codespell
22
args:
@@ -26,6 +26,6 @@ repos:
26
]
27
28
- repo: https://github.com/kynan/nbstripout
29
- rev: 0.7.1
+ rev: 0.8.1
30
31
- id: nbstripout
0 commit comments