Recommend ruff Visual Studio Code extension

- Ensure linting tight feedback loop for contributors
This commit is contained in:
Kieran Ryan 2024-12-30 00:23:32 +00:00
parent 51a30872c4
commit f5eedc981b
1 changed files with 5 additions and 0 deletions

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"charliermarsh.ruff"
]
}