There was an error while loading. Please reload this page.
1 parent 968dec2 commit ce8e347Copy full SHA for ce8e347
1 file changed
.vscode/settings.json
@@ -1,10 +1,12 @@
1
{
2
- // "editor.formatOnSave": true,
+ "editor.formatOnSave": true,
3
"[python]": {
4
5
"editor.codeActionsOnSave": {
6
"source.fixAll": "explicit",
7
"source.organizeImports": "explicit"
- }
8
+ },
9
+ "editor.defaultFormatter": "charliermarsh.ruff"
10
},
11
"python.testing.pytestArgs": ["tests"],
12
"python.testing.unittestEnabled": false,
0 commit comments