Skip to content

Commit

Permalink
Fix ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 authored and GDYendell committed Feb 20, 2024
1 parent 2acbca2 commit d2014e4
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 @@ -14,8 +14,8 @@
"editor.formatOnSave": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll.ruff": false,
"source.organizeImports.ruff": true
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
}
}
}

0 comments on commit d2014e4

Please sign in to comment.