-
Stefan Hynek authoredStefan Hynek authored
settings.json 264 B
{
"python.formatting.provider": "black",
"python.defaultInterpreterPath": "venv/bin/python",
"python.linting.enabled": true,
"python.linting.banditEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.mypyEnabled": false,
}