Skip to content

Commit d17ed34

Browse files
[pre-commit.ci] pre-commit autoupdate (#477)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.27.4](python-jsonschema/check-jsonschema@0.27.3...0.27.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 060011b commit d17ed34

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 23.12.1
19+
rev: 24.1.1
2020
hooks:
2121
- id: black
2222

@@ -46,7 +46,7 @@ repos:
4646
stages: [manual]
4747

4848
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.27.3
49+
rev: 0.27.4
5050
hooks:
5151
- id: check-jsonschema
5252
name: "Check GitHub Workflows"

jupyter_scheduler/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Scheduling API for JupyterLab"""
2+
23
from ._version import __version__
34
from .extension import SchedulerApp
45

ui-tests/jupyter_server_test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
opens the server to the world and provide access to JupyterLab
55
JavaScript objects through the global window variable.
66
"""
7+
78
from jupyterlab.galata import configure_jupyter_server
89

910
configure_jupyter_server(c)

0 commit comments

Comments
 (0)