Skip to content

Commit

Permalink
πŸ› Fix VSCode setting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet committed Aug 26, 2024
1 parent 370ecb1 commit c6c2a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"autoDocstring.docstringFormat": "google",
"notebook.formatOnSave.enabled": true,
"notebook.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
Expand Down

0 comments on commit c6c2a6a

Please sign in to comment.