Skip to content

Commit

Permalink
chore: update Python analysis and testing settings (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
msanguineti authored Mar 11, 2024
1 parent d88b743 commit e9683b4
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
@@ -1,4 +1,9 @@
{
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic"
"python.analysis.typeCheckingMode": "basic",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit e9683b4

Please sign in to comment.