Skip to content

Commit 987d6f6

Browse files
[pre-commit.ci] pre-commit autoupdate (#559)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent 503673f commit 987d6f6

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repos:
9797
- id: nbqa-mypy
9898
args: [--ignore-missing-imports]
9999
- repo: https://github.com/kynan/nbstripout
100-
rev: 0.6.2
100+
rev: 0.7.1
101101
hooks:
102102
- id: nbstripout
103103
exclude: (docs)

tests/test_jupyter/test_functional_interface.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "code",
55
"execution_count": null,
6-
"id": "12bc75b1",
6+
"id": "0",
77
"metadata": {},
88
"outputs": [],
99
"source": [
@@ -18,7 +18,7 @@
1818
{
1919
"cell_type": "code",
2020
"execution_count": null,
21-
"id": "29ac7311",
21+
"id": "1",
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
@@ -39,7 +39,7 @@
3939
{
4040
"cell_type": "code",
4141
"execution_count": null,
42-
"id": "738c9418",
42+
"id": "2",
4343
"metadata": {},
4444
"outputs": [],
4545
"source": [

tests/test_jupyter/test_functional_interface_w_relative_path.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "code",
55
"execution_count": null,
6-
"id": "12bc75b1",
6+
"id": "0",
77
"metadata": {},
88
"outputs": [],
99
"source": [
@@ -18,7 +18,7 @@
1818
{
1919
"cell_type": "code",
2020
"execution_count": null,
21-
"id": "29ac7311",
21+
"id": "1",
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
@@ -39,7 +39,7 @@
3939
{
4040
"cell_type": "code",
4141
"execution_count": null,
42-
"id": "738c9418",
42+
"id": "2",
4343
"metadata": {},
4444
"outputs": [],
4545
"source": [

0 commit comments

Comments
 (0)