Files
pumpfun-bonkfun-bot_github/.vscode/settings.json
T
2025-03-05 07:03:32 +00:00

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"
}
}