captcha-recognizer / .vscode /settings.json
JacobLinCool's picture
chore: init
ffa6aac
raw
history blame
No virus
107 Bytes
{
"python.formatting.provider": "black",
"[python]": {
"editor.formatOnSave": true
}
}