Skip to content

Commit 901a9fc

Browse files
authored
fix: actualiza conf de Ruff en VSCode (#60)
Ver [FAQ](https://docs.astral.sh/ruff/faq/#source-code-actions-in-notebooks) y [configuración recomendada](https://github.com/astral-sh/ruff-vscode), aunque estoy tentado de eliminarlo del template, siempre se queda en todos los repos
1 parent 87bedf5 commit 901a9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"notebook.formatOnSave.enabled": true,
1111
"notebook.codeActionsOnSave": {
12-
"source.fixAll.ruff": "explicit",
13-
"source.organizeImports.ruff": "explicit"
12+
"notebook.source.fixAll": "explicit",
13+
"notebook.source.organizeImports": "explicit"
1414
},
1515
"python.testing.unittestEnabled": false,
1616
"python.testing.pytestEnabled": true,

0 commit comments

Comments
 (0)