Spaces:
Configuration error
Configuration error
Remove .vscode
Browse files- .vscode/extensions.json +0 -8
- .vscode/settings.json +0 -17
.vscode/extensions.json
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"recommendations": [
|
| 3 |
-
"ms-python.python",
|
| 4 |
-
"charliermarsh.ruff",
|
| 5 |
-
"streetsidesoftware.code-spell-checker",
|
| 6 |
-
"tamasfe.even-better-toml"
|
| 7 |
-
]
|
| 8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.vscode/settings.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"editor.formatOnSave": true,
|
| 3 |
-
"files.insertFinalNewline": false,
|
| 4 |
-
"[python]": {
|
| 5 |
-
"editor.defaultFormatter": "charliermarsh.ruff",
|
| 6 |
-
"editor.formatOnType": true,
|
| 7 |
-
"editor.codeActionsOnSave": {
|
| 8 |
-
"source.fixAll.ruff": "explicit",
|
| 9 |
-
"source.organizeImports": "explicit"
|
| 10 |
-
}
|
| 11 |
-
},
|
| 12 |
-
"[jupyter]": {
|
| 13 |
-
"files.insertFinalNewline": false
|
| 14 |
-
},
|
| 15 |
-
"notebook.output.scrolling": true,
|
| 16 |
-
"notebook.formatOnSave.enabled": true
|
| 17 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|