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 2121 - id : trailing-whitespace
2222
2323 - repo : https://github.com/python-jsonschema/check-jsonschema
24- rev : 0.26.3
24+ rev : 0.27.0
2525 hooks :
2626 - id : check-github-workflows
2727
@@ -32,12 +32,12 @@ repos:
3232 additional_dependencies : [black==23.7.0]
3333
3434 - repo : https://github.com/psf/black-pre-commit-mirror
35- rev : 23.7.0
35+ rev : 23.9.1
3636 hooks :
3737 - id : black
3838
3939 - repo : https://github.com/codespell-project/codespell
40- rev : ' v2.2.5 '
40+ rev : ' v2.2.6 '
4141 hooks :
4242 - id : codespell
4343 args : ['-L', 'sur,nd']
@@ -55,13 +55,13 @@ repos:
5555 - id : rst-inline-touching-normal
5656
5757 - repo : https://github.com/astral-sh/ruff-pre-commit
58- rev : v0.0.287
58+ rev : v0.0.292
5959 hooks :
6060 - id : ruff
6161 args : ['--fix', '--show-fixes']
6262
6363 - repo : https://github.com/scientific-python/cookie
64- rev : ' 2023.08.23 '
64+ rev : ' 2023.09.21 '
6565 hooks :
6666 - id : sp-repo-review
6767 additional_dependencies : ['repo-review[cli]']
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ test.describe('Notebook', () => {
7070 ) ;
7171 await page . goto ( `notebooks/${ tmpPath } /${ notebook } ` ) ;
7272
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
7474 await page . waitForSelector ( '.jp-NotebookCheckpoint' ) ;
7575 await page . click ( '.jp-Notebook' ) ;
7676
You can’t perform that action at this time.
0 commit comments