Skip to content

Commit

Permalink
Amend notebook.source actions on save recommendation (#380)
Browse files Browse the repository at this point in the history
Looks like this line got prefixed with `notebook` despite the setting
targeting non-notebook files. Just a one-line change, so I hope it's
alright I didn't raise an issue on it. Fixes what looks like a one-line
error introduced in #379?
  • Loading branch information
blakeNaccarato authored Jan 5, 2024
1 parent 139d1d8 commit 17a4775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Similarly, you can configure Ruff to organize imports on-save by enabling the
{
"[python]": {
"editor.codeActionsOnSave": {
"notebook.source.organizeImports": true
"source.organizeImports": true
}
}
}
Expand Down

0 comments on commit 17a4775

Please sign in to comment.