Skip to content

Commit 5595d23

Browse files
committed
Change ruff default option
Allowing rule `I002` will insert the required import in every cell. Therefore we just select I001
1 parent 5736b23 commit 5595d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
"description": "Command line options to be passed to ruff.",
408408
"$ref": "#/definitions/ruff",
409409
"default": {
410-
"args": ["--select=I"]
410+
"args": ["--select=I001"]
411411
}
412412
},
413413
"suppressFormatterErrors": {

0 commit comments

Comments
 (0)