File size: 233 Bytes
ef94dec
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
    "python.linting.enabled": true,
    "python.linting.pylintEnabled": true,
    "files.exclude": {
        "**/*.pyc": {"when": "$(basename).py"},
        "**/__pycache__": true,
        "**/*.pytest_cache": true,
    }
}