Spaces:
Running
Running
{ | |
"python.pythonPath": "${workspaceFolder}/venv/bin/python", | |
"python.linting.enabled": true, | |
"python.linting.pylintEnabled": true, | |
"python.formatting.provider": "black", | |
"editor.formatOnSave": true, | |
"python.testing.pytestArgs": [ | |
"tests" | |
], | |
"python.testing.unittestEnabled": false, | |
"python.testing.pytestEnabled": true, | |
"git.ignoreLimitWarning": true | |
} |