selfprivacy-rest-api/.vscode/settings.json

5 lines
123 B
JSON
Raw Normal View History

{
2021-11-16 16:14:01 +00:00
"python.formatting.provider": "black",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}