Skip to content

Commit

Permalink
chore: setup .vscode settings [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed May 24, 2024
1 parent d2e85bd commit 2c949b7
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
@@ -1,7 +1,11 @@
{
"python.linting.enabled": false,
"sonarlint.connectedMode.project": {
"connectionId": "switcherapi",
"projectKey": "switcherapi_switcher-slack-app"
}
},
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit 2c949b7

Please sign in to comment.