We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e89d68 commit 74b50bbCopy full SHA for 74b50bb
.vscode/settings.json
@@ -5,10 +5,14 @@
5
"python.testing.unittestEnabled": false,
6
"python.testing.pytestEnabled": true,
7
"editor.formatOnSave": true,
8
- "editor.codeActionsOnSave": {
9
- "source.organizeImports": "explicit"
10
- },
11
"mypy-type-checker.reportingScope": "workspace",
12
"mypy-type-checker.preferDaemon": true,
13
"mypy-type-checker.importStrategy": "fromEnvironment",
+ "[python]": {
+ "editor.codeActionsOnSave": {
+ "source.fixAll": "explicit",
14
+ "source.organizeImports": "explicit"
15
+ },
16
+ "editor.defaultFormatter": "charliermarsh.ruff"
17
+ }
18
}
0 commit comments