fmartingr.com/.vscode/settings.json
2021-02-14 20:16:02 +01:00

6 lines
No EOL
166 B
JSON

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