Skip to content

Commit c0e935e

Browse files
author
=
committed
Merge branch 'jamescurtin-specify-vscode-python-version'
2 parents f774570 + 1a542b6 commit c0e935e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"files.insertFinalNewline": true,
77
"files.trimFinalNewlines": true,
88
"files.trimTrailingWhitespace": true,
9+
"python.analysis.typeCheckingMode": "basic",
10+
"python.analysis.autoImportCompletions": true,
11+
"python.defaultInterpreterPath": "/usr/local/bin/python",
912
"ruff.enable": true,
1013
"ruff.codeAction.fixViolation": {
1114
"enable": true

0 commit comments

Comments
 (0)