Skip to content

Commit

Permalink
Fix VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Oct 27, 2023
1 parent 65e2bc4 commit e206c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Enabled": false,
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": false,
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
Expand Down

0 comments on commit e206c5c

Please sign in to comment.