CoolFace
Apppublic

electblake/image-data-extractor

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes
settings.json14 linesDownload Raw Back to .vscode
1{2    "[python]": {3        "editor.codeActionsOnSave": {4            "source.fixAll.ruff": "explicit",5            "source.organizeImports.ruff": "explicit"6        },7        "editor.defaultFormatter": "charliermarsh.ruff",8        "editor.formatOnSave": true9    },10    "python.analysis.typeCheckingMode": "basic",11    "ruff.configuration": "${workspaceFolder}/pyproject.toml",12    "ruff.nativeServer": "on"13}14