mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-04 03:07:44 +00:00
17 lines
477 B
JSON
17 lines
477 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportMissingTypeStubs": "none",
|
|
"reportUnknownMemberType": "warning",
|
|
"reportUnknownParameterType": "warning"
|
|
},
|
|
|
|
"ruff.lint.enable": true,
|
|
"ruff.format.enable": true,
|
|
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
}
|
|
} |