Skip to content

Commit 74b50bb

Browse files
committed
Update settings.json
1 parent 5e89d68 commit 74b50bb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.vscode/settings.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
"python.testing.unittestEnabled": false,
66
"python.testing.pytestEnabled": true,
77
"editor.formatOnSave": true,
8-
"editor.codeActionsOnSave": {
9-
"source.organizeImports": "explicit"
10-
},
118
"mypy-type-checker.reportingScope": "workspace",
129
"mypy-type-checker.preferDaemon": true,
1310
"mypy-type-checker.importStrategy": "fromEnvironment",
11+
"[python]": {
12+
"editor.codeActionsOnSave": {
13+
"source.fixAll": "explicit",
14+
"source.organizeImports": "explicit"
15+
},
16+
"editor.defaultFormatter": "charliermarsh.ruff"
17+
}
1418
}

0 commit comments

Comments
 (0)