mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 02:03:32 +00:00
init repo
This commit is contained in:
29
.vscode/settings.json
vendored
Normal file
29
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.analysis.typeCheckingMode": "standard",
|
||||
"python.analysis.importFormat": "absolute",
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": "explicit",
|
||||
"source.organizeImports": "never",
|
||||
"source.organizeImports.ruff": "explicit"
|
||||
}
|
||||
},
|
||||
"isort.args": [
|
||||
"--profile",
|
||||
"black"
|
||||
],
|
||||
"files.eol": "\n",
|
||||
"cSpell.words": [
|
||||
"fastapi",
|
||||
"fastmcp",
|
||||
"localtime",
|
||||
"PYPI",
|
||||
"pyproject",
|
||||
"streamable",
|
||||
"uvicorn",
|
||||
"venv"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user