mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-06-08 16:39:42 +08:00
16 lines
489 B
JSON
16 lines
489 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"cSpell.words": ["enka", "genshin", "genshinuid"],
|
|
"[python]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
},
|
|
"python.formatting.provider": "black",
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.flake8CategorySeverity.W": "Warning",
|
|
"python.linting.flake8CategorySeverity.F": "Warning",
|
|
"python.linting.flake8CategorySeverity.E": "Warning",
|
|
}
|