Code formatté avec ruff, et ajout de mon settings.json habituel

This commit is contained in:
2024-12-01 14:43:11 +01:00
parent e5bd9fe457
commit 43a9cef15a
4 changed files with 23 additions and 12 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"ruff.nativeServer": "on",
"ruff.lineLength": 119
}