Skip to content

Commit 16e7dfb

Browse files
chore: update pre-commit hooks (#7084)
* chore: update pre-commit hooks updates: - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0) - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.287...v0.0.292) - [github.com/scientific-python/cookie: 2023.08.23 → 2023.09.21](scientific-python/cookie@2023.08.23...2023.09.21) * lint --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent aa8a3c4 commit 16e7dfb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
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]']

ui-tests/test/notebook.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)