Skip to content

Commit 9ed54ab

Browse files
committed
Added noqa-cell-E501 tag for long text
1 parent bbc7876 commit 9ed54ab

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

notes/D3-String_Comparisons.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,11 @@
379379
{
380380
"cell_type": "code",
381381
"execution_count": null,
382-
"metadata": {},
382+
"metadata": {
383+
"tags": [
384+
"flake8-noqa-cell-E501"
385+
]
386+
},
383387
"outputs": [],
384388
"source": [
385389
"article = \"\"\"\n",
@@ -697,6 +701,7 @@
697701
}
698702
],
699703
"metadata": {
704+
"celltoolbar": "Tags",
700705
"kernelspec": {
701706
"display_name": "Python 3",
702707
"language": "python",

0 commit comments

Comments
 (0)