Skip to content

Commit

Permalink
Update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
xymy committed Dec 9, 2023
1 parent 1e445a6 commit a51b36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports.ruff": true
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
}
}
}

0 comments on commit a51b36e

Please sign in to comment.