summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: c5cb0badcac4fd7cc00a7d3b5416bb9e4caed6ad (plain)
1
2
3
4
5
6
{
    "python.linting.pylintEnabled": true,
    "python.linting.flake8Enabled": false,
    "python.linting.enabled": true,
    "python.pythonPath": "/usr/bin/python3"
}