Skip to content

Commit 2c7d1f3

Browse files
committed
lint
1 parent 6552b5d commit 2c7d1f3

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ header:
55
copyright-year: 2024-2025
66
content: |
77
Copyright (c) [year] [owner]
8+
89
Distributed under the terms of the Modified BSD License.
910
1011
paths-ignore:

jupyter_server_nbmodel/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
try:

jupyter_server_nbmodel/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
from __future__ import annotations

jupyter_server_nbmodel/event_logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
import pathlib

jupyter_server_nbmodel/event_schemas/cell_execution/v1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
"$id": https://events.jupyter.org/jupyter_server_nbmodel/cell_execution/v1

jupyter_server_nbmodel/execution_stack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
from __future__ import annotations

jupyter_server_nbmodel/extension.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
from __future__ import annotations

jupyter_server_nbmodel/handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
from __future__ import annotations

jupyter_server_nbmodel/log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
from __future__ import annotations

jupyter_server_nbmodel/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024-2025 Datalayer, Inc.
2+
#
23
# Distributed under the terms of the Modified BSD License.
34

45
from __future__ import annotations

0 commit comments

Comments
 (0)