WebCrawler / .vscode /settings.json
Carlos Gonzalez
Add application file
b1f90a5
raw
history blame contribute delete
285 Bytes
{
"python.analysis.typeCheckingMode": "basic",
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
}
}
}