We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bf75b commit 476d317Copy full SHA for 476d317
3 files changed
.editorconfig
@@ -0,0 +1,3 @@
1
+[*.{json,jsonc}]
2
+indent_style = space
3
+indent_size = 2
.vscode/settings.json
@@ -8,7 +8,5 @@
8
},
9
"ruff.organizeImports": true,
10
"editor.formatOnSave": true,
11
- "python.analysis.inlayHints.functionReturnTypes": true,
12
- "python.analysis.inlayHints.pytestParameters": true,
13
- "python.analysis.inlayHints.variableTypes": true
+ "notebook.formatOnSave.enabled": true
14
}
biome.jsonc
@@ -0,0 +1,5 @@
+{
+ "formatter": {
+ "useEditorconfig": true
4
+ }
5
+}
0 commit comments