fmartingr.com/.vscode/settings.json

6 lines
166 B
JSON

{
"python.formatting.provider": "black",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}