We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f774570 + 1a542b6 commit c0e935eCopy full SHA for c0e935e
.vscode/settings.json
@@ -6,6 +6,9 @@
6
"files.insertFinalNewline": true,
7
"files.trimFinalNewlines": true,
8
"files.trimTrailingWhitespace": true,
9
+ "python.analysis.typeCheckingMode": "basic",
10
+ "python.analysis.autoImportCompletions": true,
11
+ "python.defaultInterpreterPath": "/usr/local/bin/python",
12
"ruff.enable": true,
13
"ruff.codeAction.fixViolation": {
14
"enable": true
0 commit comments