Skip to content

Commit 3c9e489

Browse files
committed
dev: Add VSCode project settings
1 parent f769a98 commit 3c9e489

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"python.linting.pylintEnabled": true,
3+
"python.linting.flake8Enabled": false,
4+
"python.linting.enabled": true,
5+
"python.pythonPath": "/usr/bin/python3"
6+
}

0 commit comments

Comments
 (0)