Skip to content

Commit 476d317

Browse files
committed
fix: vscode settings
1 parent 77bf75b commit 476d317

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*.{json,jsonc}]
2+
indent_style = space
3+
indent_size = 2

.vscode/settings.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
},
99
"ruff.organizeImports": true,
1010
"editor.formatOnSave": true,
11-
"python.analysis.inlayHints.functionReturnTypes": true,
12-
"python.analysis.inlayHints.pytestParameters": true,
13-
"python.analysis.inlayHints.variableTypes": true
11+
"notebook.formatOnSave.enabled": true
1412
}

biome.jsonc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"formatter": {
3+
"useEditorconfig": true
4+
}
5+
}

0 commit comments

Comments
 (0)