We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f012d4 commit 6f6e355Copy full SHA for 6f6e355
stackmuncher_lib/stm_rules/munchers/jupyter.json
@@ -4,5 +4,9 @@
4
"language": "Jupyter",
5
"bracket_only": [
6
"^[[:blank:]]*[{}\\[\\]\\(\\)][[:blank:];,)]*$"
7
+ ],
8
+ "refs": [
9
+ "^\\s*\"\\s*import\\s+([A-Za-z0-9_\\.]+)",
10
+ "^\\s*\"\\s*from\\s+([A-Za-z0-9_\\.]+)\\s+import\\s+([A-Za-z0-9_\\.]+)"
11
]
12
}
0 commit comments