-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
6f7e6d8
commit 2c04e5d
Showing
12 changed files
with
36 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Generate a corpus id.""" | ||
|
||
from __future__ import annotations | ||
|
||
import uuid | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
""" | ||
Warnings that can be emitted by nbformat. | ||
""" | ||
|
||
from __future__ import annotations | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "nbformat-schema", | ||
"version": "5.10.3", | ||
"description": "JSON schemata for Jupyter notebook formats", | ||
"main": "index.js", | ||
"files": [ | ||
"nbformat/v3/nbformat.v3.schema.json", | ||
"nbformat/v4/nbformat.v4.schema.json" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jupyter/nbformat.git" | ||
}, | ||
"keywords": [ | ||
"jupyter", | ||
"notebook", | ||
"json-schema" | ||
], | ||
"author": "Project Jupyter Contributors", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/jupyter/nbformat/issues" | ||
}, | ||
"homepage": "https://nbformat.readthedocs.io" | ||
"name": "nbformat-schema", | ||
"version": "5.10.3", | ||
"description": "JSON schemata for Jupyter notebook formats", | ||
"main": "index.js", | ||
"files": [ | ||
"nbformat/v3/nbformat.v3.schema.json", | ||
"nbformat/v4/nbformat.v4.schema.json" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jupyter/nbformat.git" | ||
}, | ||
"keywords": [ | ||
"jupyter", | ||
"notebook", | ||
"json-schema" | ||
], | ||
"author": "Project Jupyter Contributors", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/jupyter/nbformat/issues" | ||
}, | ||
"homepage": "https://nbformat.readthedocs.io" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters