Skip to content

Commit 8f012d4

Browse files
committed
Added Jupyter Notebooks rules
1 parent cba15a9 commit 8f012d4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/muncher.json",
3+
"line_endings": "unix",
4+
"language": "Jupyter",
5+
"bracket_only": [
6+
"^[[:blank:]]*[{}\\[\\]\\(\\)][[:blank:];,)]*$"
7+
]
8+
}

0 commit comments

Comments
 (0)