Initieret
This commit is contained in:
21
.vscode/settings.json
vendored
Normal file
21
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||||
"python.analysis.extraPaths": [
|
||||
"${workspaceFolder}/src"
|
||||
],
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"editor.formatOnSave": true,
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": "explicit",
|
||||
"source.organizeImports": "explicit"
|
||||
}
|
||||
},
|
||||
"ruff.nativeServer": "on",
|
||||
"files.exclude": {
|
||||
"**/__pycache__": true,
|
||||
".pytest_cache": true,
|
||||
".ruff_cache": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user