jonathan-cristovao's picture
Upload 10 files
ef94dec verified
raw
history blame
233 Bytes
{
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"files.exclude": {
"**/*.pyc": {"when": "$(basename).py"},
"**/__pycache__": true,
"**/*.pytest_cache": true,
}
}