Skip to content

Commit

Permalink
Format all Python strings to be double quotes (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 authored Jul 30, 2023
1 parent 890a4b5 commit d6ae4de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/config/sailbot_workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
"black-formatter.interpreter": ["/usr/bin/python3"],
"black-formatter.args": [
"--line-length=99",
"--skip-string-normalization"
],
"isort.args":["--profile=black"],
"isort.interpreter": ["/usr/bin/python3"],
Expand Down

0 comments on commit d6ae4de

Please sign in to comment.