mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
6 lines
174 B
JSON
6 lines
174 B
JSON
{
|
|
"python.pythonPath": "${workspaceFolder}/.venv",
|
|
"python.linting.pep8Enabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.enabled": true
|
|
} |