File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema
24
- rev : 0.26.3
24
+ rev : 0.27.0
25
25
hooks :
26
26
- id : check-github-workflows
27
27
@@ -32,12 +32,12 @@ repos:
32
32
additional_dependencies : [black==23.7.0]
33
33
34
34
- repo : https://github.com/psf/black-pre-commit-mirror
35
- rev : 23.7.0
35
+ rev : 23.9.1
36
36
hooks :
37
37
- id : black
38
38
39
39
- repo : https://github.com/codespell-project/codespell
40
- rev : ' v2.2.5 '
40
+ rev : ' v2.2.6 '
41
41
hooks :
42
42
- id : codespell
43
43
args : ['-L', 'sur,nd']
@@ -55,13 +55,13 @@ repos:
55
55
- id : rst-inline-touching-normal
56
56
57
57
- repo : https://github.com/astral-sh/ruff-pre-commit
58
- rev : v0.0.287
58
+ rev : v0.0.292
59
59
hooks :
60
60
- id : ruff
61
61
args : ['--fix', '--show-fixes']
62
62
63
63
- repo : https://github.com/scientific-python/cookie
64
- rev : ' 2023.08.23 '
64
+ rev : ' 2023.09.21 '
65
65
hooks :
66
66
- id : sp-repo-review
67
67
additional_dependencies : ['repo-review[cli]']
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ test.describe('Notebook', () => {
70
70
) ;
71
71
await page . goto ( `notebooks/${ tmpPath } /${ notebook } ` ) ;
72
72
73
- // wait for the checkpoint indicator to be displayed before exexuting the cells
73
+ // wait for the checkpoint indicator to be displayed before executing the cells
74
74
await page . waitForSelector ( '.jp-NotebookCheckpoint' ) ;
75
75
await page . click ( '.jp-Notebook' ) ;
76
76
You can’t perform that action at this time.
0 commit comments