Skip to content

Commit

Permalink
Disable ruff autofixes in vscode (#282)
Browse files Browse the repository at this point in the history
* Disable ruff autofixes in vscode

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ssbarnea and pre-commit-ci[bot] committed May 25, 2023
1 parent d30965c commit c72e30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.ruff": false,
"source.organizeImports": false
}
},
Expand Down

0 comments on commit c72e30b

Please sign in to comment.