mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-29 03:30:32 +08:00
32 lines
758 B
JSON
32 lines
758 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"cSpell.words": [
|
|
"audioid",
|
|
"enka",
|
|
"genshin",
|
|
"genshinuid",
|
|
"minigg",
|
|
"nonebot",
|
|
"nonebug",
|
|
"weapontype"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
},
|
|
"isort.args": [
|
|
"--profile",
|
|
"black"
|
|
],
|
|
"python.formatting.provider": "black",
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.flake8CategorySeverity.W": "Warning",
|
|
"python.linting.flake8CategorySeverity.F": "Warning",
|
|
"python.linting.flake8CategorySeverity.E": "Warning",
|
|
}
|