Skip to content

Commit

Permalink
Add formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Aug 20, 2023
1 parent 7269fc4 commit aa4f856
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
},
"peacock.color": "#951d99",
"python.linting.mypyEnabled": true,
"python.linting.enabled": true
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
},
"python.formatting.provider": "none"
}

0 comments on commit aa4f856

Please sign in to comment.