yutto/.vscode/settings.json

7 lines
203 B
JSON

{
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length", "120"],
"python.pythonPath": "/opt/homebrew/bin/python3",
"python.analysis.typeCheckingMode": "strict"
}