Skip to content

Commit e1428e0

Browse files
committed
Add Ruff as a VSCode extension for improved linting support
1 parent 34c2366 commit e1428e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"vscode": {
1919
"extensions": [
2020
"ms-python.python",
21-
"yzhang.markdown-all-in-one"
21+
"yzhang.markdown-all-in-one",
22+
"charliermarsh.ruff"
2223
],
2324
"python.testing.pytestArgs": [
2425
"tests"

0 commit comments

Comments
 (0)