Skip to content

Commit 480d8d1

Browse files
committed
Install black[jupyter] and format tutorial
1 parent 8c6eea8 commit 480d8d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
]
2828

2929
optional-dependencies.dev = [
30-
"black",
30+
"black[jupyter]",
3131
"isort",
3232
"ruff",
3333
"template-python[test,docs]",

tutorials/tutorial_01.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"source": [
26-
"print('Example tutorial which will be published in the docs!')"
26+
"print(\"Example tutorial which will be published in the docs!\")"
2727
]
2828
}
2929
],

0 commit comments

Comments
 (0)