Skip to content

Commit af846d8

Browse files
committed
auto run ruff formatter in VS.code
1 parent 7d902e0 commit af846d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"cocoindex",
44
"reindexing",
55
"timedelta"
6-
]
6+
],
7+
"editor.formatOnSave": true,
8+
"python.formatting.provider": "ruff"
79
}

0 commit comments

Comments
 (0)