CoolFace
Apppublic

aroniscunt/Browser_Web_UI_Automation

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
settings.json12 linesDownload Raw Back to .vscode
1{
2  "python.analysis.typeCheckingMode": "basic",
3  "[python]": {
4    "editor.defaultFormatter": "charliermarsh.ruff",
5    "editor.formatOnSave": true,
6    "editor.codeActionsOnSave": {
7      "source.fixAll.ruff": "explicit",
8      "source.organizeImports.ruff": "explicit"
9    }
10  }
11}
12