flickerstrip-py/.vscode/settings.json

11 lines
316 B
JSON
Raw Permalink 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,
2023-07-06 21:25:06 -04:00
"python.linting.flake8Enabled": false,
2021-12-18 21:28:53 -05:00
"python.linting.enabled": true,
2023-01-29 20:59:50 -05:00
"python.analysis.typeCheckingMode": "basic",
"python.languageServer": "Pylance",
2021-12-18 12:56:58 -05:00
}