Skip to content

Commit ddd074d

Browse files
committed
chore: fix JSON formatting issues from pre-commit
1 parent 4136d2a commit ddd074d

13 files changed

Lines changed: 45 additions & 36 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ repos:
2323
args: [--branch, main]
2424
- id: pretty-format-json
2525
exclude: "^\\.claude/settings\\.json$"
26+
args: ["--autofix", "--indent", "2"]
2627
- id: trailing-whitespace
2728
- repo: https://github.com/koalaman/shellcheck-precommit
2829
rev: v0.11.0
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
22
"NotebookApp": {
3-
"nbserver_extensions":{
3+
"nbserver_extensions": {
44
"rsconnect_jupyter": true
55
},
66
"terminado_settings": {
7-
"shell_command": ["/bin/bash"]
7+
"shell_command": [
8+
"/bin/bash"
9+
]
810
}
911
},
1012
"ServerApp": {
1113
"terminado_settings": {
12-
"shell_command": ["/bin/bash"]
14+
"shell_command": [
15+
"/bin/bash"
16+
]
1317
}
1418
}
1519
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"terminal.integrated.defaultProfile.linux": "bash",
3-
"extensions.autoUpdate": false,
42
"extensions.autoCheckUpdates": false,
5-
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto"
3+
"extensions.autoUpdate": false,
4+
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto",
5+
"terminal.integrated.defaultProfile.linux": "bash"
66
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"terminal.integrated.defaultProfile.linux": "bash",
3-
"extensions.autoUpdate": false,
4-
"extensions.autoCheckUpdates": false
2+
"extensions.autoCheckUpdates": false,
3+
"extensions.autoUpdate": false,
4+
"terminal.integrated.defaultProfile.linux": "bash"
55
}
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
22
"NotebookApp": {
3-
"nbserver_extensions":{
3+
"nbserver_extensions": {
44
"rsconnect_jupyter": true
55
},
66
"terminado_settings": {
7-
"shell_command": ["/bin/bash"]
7+
"shell_command": [
8+
"/bin/bash"
9+
]
810
}
911
},
1012
"ServerApp": {
1113
"terminado_settings": {
12-
"shell_command": ["/bin/bash"]
14+
"shell_command": [
15+
"/bin/bash"
16+
]
1317
}
1418
}
1519
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"terminal.integrated.defaultProfile.linux": "bash",
3-
"extensions.autoUpdate": false,
42
"extensions.autoCheckUpdates": false,
5-
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto"
3+
"extensions.autoUpdate": false,
4+
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto",
5+
"terminal.integrated.defaultProfile.linux": "bash"
66
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"terminal.integrated.defaultProfile.linux": "bash",
3-
"extensions.autoUpdate": false,
4-
"extensions.autoCheckUpdates": false
2+
"extensions.autoCheckUpdates": false,
3+
"extensions.autoUpdate": false,
4+
"terminal.integrated.defaultProfile.linux": "bash"
55
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"terminal.integrated.defaultProfile.linux": "bash",
3-
"extensions.autoUpdate": false,
42
"extensions.autoCheckUpdates": false,
5-
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto"
3+
"extensions.autoUpdate": false,
4+
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto",
5+
"terminal.integrated.defaultProfile.linux": "bash"
66
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"terminal.integrated.defaultProfile.linux": "bash",
3-
"extensions.autoUpdate": false,
42
"extensions.autoCheckUpdates": false,
5-
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto"
3+
"extensions.autoUpdate": false,
4+
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto",
5+
"terminal.integrated.defaultProfile.linux": "bash"
66
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"terminal.integrated.defaultProfile.linux": "bash",
3-
"extensions.autoUpdate": false,
4-
"extensions.autoCheckUpdates": false
2+
"extensions.autoCheckUpdates": false,
3+
"extensions.autoUpdate": false,
4+
"terminal.integrated.defaultProfile.linux": "bash"
55
}

0 commit comments

Comments
 (0)