Skip to content

Commit

Permalink
Update VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 5, 2024
1 parent 494373e commit eb3b6a3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"python.pythonPath": "venv/bin/python",
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": false,
"python.formatting.blackPath": "venv/bin/black",
"python.formatting.provider": "black",
"python.linting.enabled": true
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

0 comments on commit eb3b6a3

Please sign in to comment.