chore: update pre-commit hooks (#7084)

* chore: update pre-commit hooks

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.26.3...0.27.0)
- [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](https://github.com/psf/black-pre-commit-mirror/compare/23.7.0...23.9.1)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6)
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.292)
- [github.com/scientific-python/cookie: 2023.08.23 → 2023.09.21](https://github.com/scientific-python/cookie/compare/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 <steven.silvester@ieee.org>
This commit is contained in:
pre-commit-ci[bot] 2023-10-04 03:23:27 +00:00 committed by GitHub
parent aa8a3c46a4
commit 16e7dfbb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows
@ -32,12 +32,12 @@ repos:
additional_dependencies: [black==23.7.0]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.5'
rev: 'v2.2.6'
hooks:
- id: codespell
args: ['-L', 'sur,nd']
@ -55,13 +55,13 @@ repos:
- id: rst-inline-touching-normal
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.292
hooks:
- id: ruff
args: ['--fix', '--show-fixes']
- repo: https://github.com/scientific-python/cookie
rev: '2023.08.23'
rev: '2023.09.21'
hooks:
- id: sp-repo-review
additional_dependencies: ['repo-review[cli]']

View File

@ -70,7 +70,7 @@ test.describe('Notebook', () => {
);
await page.goto(`notebooks/${tmpPath}/${notebook}`);
// wait for the checkpoint indicator to be displayed before exexuting the cells
// wait for the checkpoint indicator to be displayed before executing the cells
await page.waitForSelector('.jp-NotebookCheckpoint');
await page.click('.jp-Notebook');