flickerstrip-py/.vscode/settings.json

9 lines
225 B
JSON
Raw Normal View History

2021-12-18 12:56:58 -05:00
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
2021-12-18 18:11:46 -05:00
"python.testing.pytestEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
2021-12-18 12:56:58 -05:00
}