Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn committed Oct 19, 2023
1 parent 4ce6e08 commit 48e9ba8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
"editor.formatOnSave": false
},
"[python]": {
"editor.rulers": [88, 120]
"editor.rulers": [
88,
120
],
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "black",
"python.formatting.provider": "none",
"python.testing.pytestArgs": [
"tests"
],
Expand Down

0 comments on commit 48e9ba8

Please sign in to comment.