mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-13 15:28:05 +00:00
updated code structure
This commit is contained in:
Vendored
+5
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"python.languageServer": "Pylance",
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"python.analysis.diagnosticSeverityOverrides": {
|
||||
"reportMissingTypeStubs": "none",
|
||||
"reportUnknownMemberType": "warning",
|
||||
"reportUnknownParameterType": "warning"
|
||||
},
|
||||
|
||||
"ruff.lint.enable": true,
|
||||
"ruff.format.enable": true,
|
||||
|
||||
Reference in New Issue
Block a user