Skip to content

Commit ce8e347

Browse files
author
Johnny Bouder
committed
Update settings.
1 parent 968dec2 commit ce8e347

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
// "editor.formatOnSave": true,
2+
"editor.formatOnSave": true,
33
"[python]": {
4+
"editor.formatOnSave": true,
45
"editor.codeActionsOnSave": {
56
"source.fixAll": "explicit",
67
"source.organizeImports": "explicit"
7-
}
8+
},
9+
"editor.defaultFormatter": "charliermarsh.ruff"
810
},
911
"python.testing.pytestArgs": ["tests"],
1012
"python.testing.unittestEnabled": false,

0 commit comments

Comments
 (0)