flickerstrip-py/.vscode/settings.json

11 lines
316 B
JSON

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.flake8Enabled": false,
"python.linting.enabled": true,
"python.analysis.typeCheckingMode": "basic",
"python.languageServer": "Pylance",
}