mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-07-27 15:27:44 +00:00
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
|
|
"ruff.lint.enable": true,
|
|
"ruff.format.enable": true,
|
|
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
}
|
|
} |