Skip to content

Commit eab6210

Browse files
committed
ignore vsc settings
1 parent 0cb197d commit eab6210

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"[python]": {
3+
"editor.formatOnSave": true,
4+
"editor.defaultFormatter": "charliermarsh.ruff"
5+
},
6+
"python.testing.pytestArgs": [
7+
"test"
8+
],
9+
"python.testing.unittestEnabled": false,
10+
"python.testing.pytestEnabled": true
11+
}

0 commit comments

Comments
 (0)