Skip to content

Commit

Permalink
Fixing issues with pre-commit hooks for notebooks (#390)
Browse files Browse the repository at this point in the history
* Add id tags

* Fix a spacing issue.

---------

Co-authored-by: Jeremy Kubica <[email protected]>
  • Loading branch information
drewoldag and jeremykubica authored Feb 6, 2024
1 parent eacc969 commit 0067c72
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "accepting-editor",
"id": "textblock1",
"metadata": {
"cell_marker": "\"\"\""
},
Expand All @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "actual-thirty",
"id": "codeblock1",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -38,7 +38,7 @@
},
{
"cell_type": "markdown",
"id": "coral-upper",
"id": "textblock2",
"metadata": {
"cell_marker": "\"\"\"",
"lines_to_next_cell": 1
Expand All @@ -50,6 +50,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "codeblock2",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -60,6 +61,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "codeblock3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -75,7 +77,7 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
}
}
},
"nbformat": 4,
"nbformat_minor": 5
Expand Down

0 comments on commit 0067c72

Please sign in to comment.