Skip to content

Instantly share code, notes, and snippets.

View SaulOviedo's full-sized avatar
🎯
Focusing

Saúl Oviedo SaulOviedo

🎯
Focusing
View GitHub Profile
{
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"editor.rulers": [
79,
120
],
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",