Skip to content

Commit

Permalink
chore: Add pylint to vscode extensions (#2387)
Browse files Browse the repository at this point in the history
No issue created for this, small devex improvement after I noticed
linting errors weren't surfaced in vscode.
  • Loading branch information
SuaYoo authored Feb 13, 2025
1 parent b121076 commit 73f9f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit 73f9f94

Please sign in to comment.