Files
pumpfun-bonkfun-bot_github/.vscode/settings.json
T
2025-03-05 16:44:55 +00:00

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