summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: da18bc78cf04e22aa2048b626320d973abeefa8e (plain)
1
2
3
4
5
6
7
8
{
    "python.linting.pylintEnabled": false,
    "python.linting.pep8Enabled": false,
    "python.linting.enabled": false,
    "python.formatting.provider": "yapf",
    "python.linting.banditEnabled": false,
    "python.linting.mypyEnabled": true
}