flickerstrip-py/.vscode/settings.json

10 lines
335 B
JSON

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "/home/evanf/.cache/pypoetry/virtualenvs/flickerstrip-py-zxDi65bL-py3.9/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}