Skip to content

Commit 5e25c0b

Browse files
[pre-commit.ci] pre-commit autoupdate (#6714)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.21.0](python-jsonschema/check-jsonschema@0.19.2...0.21.0) - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.237 → v0.0.243](astral-sh/ruff-pre-commit@v0.0.237...v0.0.243) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
1 parent 905553e commit 5e25c0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.19.2
22+
rev: 0.21.0
2323
hooks:
2424
- id: check-github-workflows
2525

2626
- repo: https://github.com/psf/black
27-
rev: 22.12.0
27+
rev: 23.1.0
2828
hooks:
2929
- id: black
3030

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def make_notebook_app(
4242
labextensions_dir,
4343
):
4444
def _make_notebook_app(**kwargs):
45-
4645
return JupyterNotebookApp(
4746
static_dir=str(jp_root_dir),
4847
templates_dir=str(jp_template_dir),

0 commit comments

Comments
 (0)