Skip to content

Commit

Permalink
change ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 3, 2024
1 parent 23243fe commit f923028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"editor.formatOnSave": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll.ruff": false,
"source.organizeImports.ruff": true,
"source.black": true,
"source.fixAll.ruff": "never",
"source.organizeImports.ruff": "explicit",
"source.black": "explicit"
}
},
"cSpell.words": [
Expand Down

0 comments on commit f923028

Please sign in to comment.