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 cba15a9 commit 8f012d4Copy full SHA for 8f012d4
stackmuncher_lib/stm_rules/file_types/ipynb.json
@@ -0,0 +1,9 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/file-type.json",
3
+ "line_endings": "unix",
4
+ "matches": [
5
+ {
6
+ "muncher": "jupyter"
7
+ }
8
+ ]
9
+}
stackmuncher_lib/stm_rules/munchers/jupyter.json
@@ -0,0 +1,8 @@
+ "$schema": "https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/muncher.json",
+ "language": "Jupyter",
+ "bracket_only": [
+ "^[[:blank:]]*[{}\\[\\]\\(\\)][[:blank:];,)]*$"
0 commit comments