chore: Add pylint to vscode extensions (#2387)

No issue created for this, small devex improvement after I noticed
linting errors weren't surfaced in vscode.
This commit is contained in:
sua yoo 2025-02-12 19:40:27 -08:00 committed by GitHub
parent b121076e63
commit 73f9f949af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
"bradlc.vscode-tailwindcss",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"ms-python.black-formatter"
"ms-python.black-formatter",
"ms-python.pylint"
]
}